You are here

public static property TermTranslationUITest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/taxonomy/src/Tests/TermTranslationUITest.php \Drupal\taxonomy\Tests\TermTranslationUITest::modules

Modules to enable.

Type: array

Overrides ContentTranslationTestBase::$modules

File

core/modules/taxonomy/src/Tests/TermTranslationUITest.php, line 32
Contains \Drupal\taxonomy\Tests\TermTranslationUITest.

Class

TermTranslationUITest
Tests the Term Translation UI.

Namespace

Drupal\taxonomy\Tests

Code

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