public static function TaxonomyTermFieldTestCase::getInfo

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

File

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