protected static property UserTranslationUITest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/user/tests/src/Functional/UserTranslationUITest.php \Drupal\Tests\user\Functional\UserTranslationUITest::modules
- 9 core/modules/user/tests/src/Functional/UserTranslationUITest.php \Drupal\Tests\user\Functional\UserTranslationUITest::modules
Modules to enable.
Type: array
File
- core/
modules/ user/ tests/ src/ Functional/ UserTranslationUITest.php, line 37
Class
- UserTranslationUITest
- Tests the User Translation UI.
Namespace
Drupal\Tests\user\FunctionalCode
protected static $modules = [
'language',
'content_translation',
'user',
'views',
];