public static function TokenUnitTestCase::getInfo in Token 6
Same name and namespace in other branches
- 7 token.test \TokenUnitTestCase::getInfo()
File
- ./
token.test, line 81 - Tests for the token module.
Class
Code
public static function getInfo() {
return array(
'name' => 'Token unit tests',
'description' => 'Test basic, low-level token functions.',
'group' => 'Token',
);
}