public static function TaxonomyTermFieldMultipleVocabularyTestCase::getInfo

7.x taxonomy.test public static TaxonomyTermFieldMultipleVocabularyTestCase::getInfo()

File

drupal-7.x/modules/taxonomy/taxonomy.test, line 1619
Tests for taxonomy.module.

Class

TaxonomyTermFieldMultipleVocabularyTestCase
Tests a taxonomy term reference field that allows multiple vocabularies.

Code

public static function getInfo() {
  return array(
    'name' => 'Multiple vocabulary term reference field',
    'description' => 'Tests term reference fields that allow multiple vocabularies.',
    'group' => 'Taxonomy',
  );
}