public static function TokenTaxonomyTestCase::getInfo in Token 7
Same name and namespace in other branches
- 6 token.test \TokenTaxonomyTestCase::getInfo()
File
- ./
token.test, line 472 - Test integration 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',
);
}