public static property UserTranslationUITest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/user/lib/Drupal/user/Tests/UserTranslationUITest.php, line 27
Definition of Drupal\user\Tests\UserTranslationUITest.

Class

UserTranslationUITest
Tests the User Translation UI.

Namespace

Drupal\user\Tests

Code

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