public static function TermLanguageTest::getInfo

File

drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermLanguageTest.php, line 19
Definition of Drupal\taxonomy\Tests\TermLanguageTest.

Class

TermLanguageTest
Tests for the language feature on taxonomy terms.

Namespace

Drupal\taxonomy\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Taxonomy term language',
    'description' => 'Tests the language functionality for the taxonomy terms.',
    'group' => 'Taxonomy',
  );
}