You are here

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

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

Modules to enable.

Type: array

File

core/modules/user/src/Tests/UserAdminLanguageTest.php, line 39
Contains \Drupal\user\Tests\UserAdminLanguageTest.

Class

UserAdminLanguageTest
Tests users' ability to change their own administration language.

Namespace

Drupal\user\Tests

Code

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