public static property TermTranslationUITest::$modules

Modules to enable.

Type: array

File

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

Class

TermTranslationUITest
Tests the Term Translation UI.

Namespace

Drupal\taxonomy\Tests

Code

public static $modules = array(
  'language',
  'translation_entity',
  'taxonomy',
);