public static function TermFieldTest::getInfo

File

drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldTest.php, line 28
Definition of Drupal\taxonomy\Tests\TermFieldTest.

Class

TermFieldTest
Tests for taxonomy term field and formatter.

Namespace

Drupal\taxonomy\Tests

Code

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