public static function LoginSecurityInterfaceTest::getInfo in Login Security 6
Same name and namespace in other branches
- 7 login_security.test \LoginSecurityInterfaceTest::getInfo()
File
- ./
login_security.test, line 9 - Test the basic functions of the Login Security module.
Class
- LoginSecurityInterfaceTest
- @file Test the basic functions of the Login Security module.
Code
public static function getInfo() {
return array(
'name' => t('Login Security interface'),
'description' => t('Test Login Security\'s web interface.'),
'group' => t('Login Security'),
);
}