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