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