public static function UserExpireTestCase::getInfo in User Expire 7
Implements getInfo().
File
- ./
user_expire.test, line 11 - Tests for User expire module.
Class
- UserExpireTestCase
- @file Tests for User expire module.
Code
public static function getInfo() {
// Note: getInfo() strings are not translated with t().
return array(
'name' => 'User Expiration Test',
'description' => 'Assure that user expiration works.',
'group' => 'User expire',
);
}