public static function TaxonomyTermFieldMultipleVocabularyTestCase::getInfo
Archivo
- 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.
Código
public static function getInfo() {
return array(
'name' => 'Multiple vocabulary term reference field',
'description' => 'Tests term reference fields that allow multiple vocabularies.',
'group' => 'Taxonomy',
);
}