public static function TaxonomyTermFieldTestCase::getInfo
Archivo
- drupal-7.x/
modules/ taxonomy/ taxonomy.test, line 1458 - Tests for taxonomy.module.
Class
- TaxonomyTermFieldTestCase
- Tests for taxonomy term field and formatter.
Código
public static function getInfo() {
return array(
'name' => 'Taxonomy term reference field',
'description' => 'Test the creation of term fields.',
'group' => 'Taxonomy',
);
}