public static function TermTranslationUITest::getInfo

File

drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTranslationUITest.php, line 37
Definition of Drupal\taxonomy\Tests\TermTranslationUITest.

Class

TermTranslationUITest
Tests the Term Translation UI.

Namespace

Drupal\taxonomy\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Taxonomy term translation UI',
    'description' => 'Tests the basic term translation UI.',
    'group' => 'Taxonomy',
  );
}