public static function TokenCommentTestCase::getInfo in Token 7
Same name and namespace in other branches
- 6 token.test \TokenCommentTestCase::getInfo()
File
- ./
token.test, line 246 - Test integration for the token module.
Class
Code
public static function getInfo() {
return array(
'name' => 'Comment token tests',
'description' => 'Test the comment tokens.',
'group' => 'Token',
);
}