You are here

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

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

Modules to enable.

Type: array

Overrides ContentTranslationTestBase::$modules

File

core/modules/user/src/Tests/UserTranslationUITest.php, line 31
Contains \Drupal\user\Tests\UserTranslationUITest.

Class

UserTranslationUITest
Tests the User Translation UI.

Namespace

Drupal\user\Tests

Code

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