public static function TaxonomyTermFieldMultipleVocabularyTestCase::getInfo

File

drupal/modules/taxonomy/taxonomy.test, line 1624
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',
  );
}