public static function TermUnitTest::getInfo

File

drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermUnitTest.php, line 15
Definition of Drupal\taxonomy\Tests\TermUnitTest.

Class

TermUnitTest
Unit tests for taxonomy term functions.

Namespace

Drupal\taxonomy\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Taxonomy term unit tests',
    'description' => 'Unit tests for taxonomy term functions.',
    'group' => 'Taxonomy',
  );
}