public static function TaxonomyVocabularyTestCase::getInfo

File

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