public static function PasswordPolicyTestCase::getInfo in Password Policy 7.2
Same name and namespace in other branches
- 6 tests/password_policy.test \PasswordPolicyTestCase::getInfo()
- 7 tests/password_policy.test \PasswordPolicyTestCase::getInfo()
Implements DrupalWebTestCase::getInfo().
File
- ./
password_policy.test, line 121 - Unit tests for Password policy module.
Class
- PasswordPolicyTestCase
- Basic test case for creating and executing Password Policies.
Code
public static function getInfo() {
return array(
'name' => 'Password policy management',
'description' => 'Test creating and loading password policies.',
'group' => 'Password Policy',
);
}