protected static property UninstallKernelTest::$modules in Drupal 9
Same name and namespace in other branches
- 8 core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php \Drupal\Tests\system\Kernel\Installer\UninstallKernelTest::modules
- 10 core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php \Drupal\Tests\system\Kernel\Installer\UninstallKernelTest::modules
Modules to enable.
Type: array
Overrides KernelTestBase::$modules
File
- core/
modules/ system/ tests/ src/ Kernel/ Installer/ UninstallKernelTest.php, line 20
Class
- UninstallKernelTest
- Tests the uninstallation of modules.
Namespace
Drupal\Tests\system\Kernel\InstallerCode
protected static $modules = [
'system',
'user',
'field',
'file',
'image',
'media',
];