public static function InactiveUserTest::getInfo in Inactive User 6
Same name and namespace in other branches
- 7 inactive_user.test \InactiveUserTest::getInfo()
File
- ./
inactive_user.test, line 20 - Test the basic functions of the Inactive User module.
Class
- InactiveUserTest
- Inactive user module testcase.
Code
public static function getInfo() {
return array(
'name' => t('Inactive User'),
'description' => t('Test Inactive User.'),
'group' => t('Inactive User'),
);
}