public static function TaxonomyTermFieldTestCase::getInfo

File

drupal/modules/taxonomy/taxonomy.test, line 1463
Tests for taxonomy.module.

Class

TaxonomyTermFieldTestCase
Tests for taxonomy term field and formatter.

Code

public static function getInfo() {
  return array(
    'name' => 'Taxonomy term reference field',
    'description' => 'Test the creation of term fields.',
    'group' => 'Taxonomy',
  );
}