public static function TokenUserTestCase::getInfo in Token 7
File
- ./
token.test, line 577 - Test integration for the token module.
Class
Code
public static function getInfo() {
return array(
'name' => 'User token tests',
'description' => 'Test the user tokens.',
'group' => 'Token',
);
}