protected static property UserInstallTest::$modules in Drupal 9
Same name and namespace in other branches
- 8 core/modules/user/tests/src/Kernel/UserInstallTest.php \Drupal\Tests\user\Kernel\UserInstallTest::modules
- 10 core/modules/user/tests/src/Kernel/UserInstallTest.php \Drupal\Tests\user\Kernel\UserInstallTest::modules
Modules to enable.
Type: array
Overrides KernelTestBase::$modules
File
- core/
modules/ user/ tests/ src/ Kernel/ UserInstallTest.php, line 19
Class
- UserInstallTest
- Tests user_install().
Namespace
Drupal\Tests\user\KernelCode
protected static $modules = [
'user',
];