public static function TaxonomyVocabularyFunctionalTest::getInfo
Archivo
- drupal-7.x/
modules/ taxonomy/ taxonomy.test, line 50 - Tests for taxonomy.module.
Class
- TaxonomyVocabularyFunctionalTest
- Tests the taxonomy vocabulary interface.
Código
public static function getInfo() {
return array(
'name' => 'Taxonomy vocabulary interface',
'description' => 'Test the taxonomy vocabulary interface.',
'group' => 'Taxonomy',
);
}