public static function PasswordPolicyTestCase::getInfo in Password Policy 7
Same name and namespace in other branches
- 6 tests/password_policy.test \PasswordPolicyTestCase::getInfo()
- 7.2 password_policy.test \PasswordPolicyTestCase::getInfo()
Get info about the test case.
File
- tests/
password_policy.test, line 16 - Functional tests for Password policy module.
Class
- PasswordPolicyTestCase
- Tests of basic Password Policy constraints.
Code
public static function getInfo() {
return array(
'name' => 'Password constraints',
'description' => 'Test password constraints.',
'group' => 'Password Policy',
);
}