public static function PasswordStrengthTestCase::getInfo in Password Strength 7
Same name and namespace in other branches
- 6.2 tests/password_strength.test \PasswordStrengthTestCase::getInfo()
File
- tests/
password_strength.test, line 24 - Tests for password strength module.
Class
- PasswordStrengthTestCase
- @file Tests for password strength module.
Code
public static function getInfo() {
return array(
'name' => 'Password strength required score',
'description' => 'Test password strength module functionality.',
'group' => 'Password strength',
);
}