protected static property UserLanguageCreationTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/user/tests/src/Functional/UserLanguageCreationTest.php \Drupal\Tests\user\Functional\UserLanguageCreationTest::modules
- 9 core/modules/user/tests/src/Functional/UserLanguageCreationTest.php \Drupal\Tests\user\Functional\UserLanguageCreationTest::modules
Modules to enable.
Type: array
File
- core/
modules/ user/ tests/ src/ Functional/ UserLanguageCreationTest.php, line 21
Class
- UserLanguageCreationTest
- Tests whether proper language is stored for new users and access to language selector.
Namespace
Drupal\Tests\user\FunctionalCode
protected static $modules = [
'user',
'language',
];