public static property UserLanguageCreationTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/user/lib/Drupal/user/Tests/UserLanguageCreationTest.php, line 22
Definition of Drupal\user\Tests\UserLanguageCreationTest.

Class

UserLanguageCreationTest
Functional test for language handling during user creation.

Namespace

Drupal\user\Tests

Code

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