public static function PasswordPolicyForcePasswordChangeTestCase::getInfo in Password Policy 7
Same name and namespace in other branches
- 6 tests/password_policy.test \PasswordPolicyForcePasswordChangeTestCase::getInfo()
Gets info about the test case.
File
- tests/
password_policy.test, line 364 - Functional tests for Password policy module.
Class
- PasswordPolicyForcePasswordChangeTestCase
- Tests of forcing password changes.
Code
public static function getInfo() {
return array(
'name' => 'Forced password changes',
'description' => 'Test forced password changes for single user, role, and all new users.',
'group' => 'Password Policy',
);
}