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