public static function TermTest::getInfo

File

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

Class

TermTest
Tests for taxonomy term functions.

Namespace

Drupal\taxonomy\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Taxonomy term functions and forms',
    'description' => 'Test load, save and delete for taxonomy terms.',
    'group' => 'Taxonomy',
  );
}