public static function PasswordPolicyPasswordLengthRestrictionTestCase::getInfo in Password Policy 7
Same name and namespace in other branches
- 7.2 password_policy.test \PasswordPolicyPasswordLengthRestrictionTestCase::getInfo()
Get info about the test case.
File
- tests/
password_policy.test, line 971 - Functional tests for Password policy module.
Class
- PasswordPolicyPasswordLengthRestrictionTestCase
- Tests of restriction on password length.
Code
public static function getInfo() {
return array(
'name' => 'Password length restriction',
'description' => 'Test that overlong passwords are disallowed.',
'group' => 'Password Policy',
);
}