public static function TaxonomyVocabularyFunctionalTest::getInfo

File

drupal/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',
  );
}