public static function TaxonomyVocabularyFunctionalTest::getInfo
7.x taxonomy.test | public static TaxonomyVocabularyFunctionalTest::getInfo() |
File
- drupal-7.x/
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',
);
}