function TaxonomyVocabularyTestCase::getInfo

File

modules/taxonomy/taxonomy.test, line 205

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.