public static property UserLanguageCreationTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\TestsCode
public static $modules = array(
'user',
'language',
);