function PasswordPolicyTest::get_info in Password Policy 5
File
- tests/
password_policy.test, line 8
Class
- PasswordPolicyTest
- Unit tests (based on the simpletest module) for the password policy module.
Code
function get_info() {
return array(
'name' => 'Password policy test',
'desc' => t('Tests the core functionality of the password policy module.'),
'group' => 'Password policy tests',
);
}