You are here

public static property UserLanguageCreationTest::$modules in Zircon Profile 8.0

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

Modules to enable.

Type: array

File

core/modules/user/src/Tests/UserLanguageCreationTest.php, line 26
Contains \Drupal\user\Tests\UserLanguageCreationTest.

Class

UserLanguageCreationTest
Tests whether proper language is stored for new users and access to language selector.

Namespace

Drupal\user\Tests

Code

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