You are here

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

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

Modules to enable.

Type: array

File

core/modules/user/src/Tests/UserLanguageTest.php, line 25
Contains \Drupal\user\Tests\UserLanguageTest.

Class

UserLanguageTest
Functional tests for a user's ability to change their default language.

Namespace

Drupal\user\Tests

Code

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