public static function TaxonomyVocabularyFunctionalTest::getInfo in Drupal 7
File
- modules/
taxonomy/ taxonomy.test, line 50 - Tests for taxonomy.module.
Class
- TaxonomyVocabularyFunctionalTest
- Tests the taxonomy vocabulary interface.
Code
public static function getInfo() {
return array(
'name' => 'Taxonomy vocabulary interface',
'description' => 'Test the taxonomy vocabulary interface.',
'group' => 'Taxonomy',
);
}