public static function TaxonomyVocabularyTestCase::getInfo in Drupal 7
File
- modules/
taxonomy/ taxonomy.test, line 199 - Tests for taxonomy.module.
Class
- TaxonomyVocabularyTestCase
- Tests for taxonomy vocabulary functions.
Code
public static function getInfo() {
return array(
'name' => 'Taxonomy vocabularies',
'description' => 'Test loading, saving and deleting vocabularies.',
'group' => 'Taxonomy',
);
}