protected static property RegistryTest::$modules in Drupal 9
Same name and namespace in other branches
- 8 core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php \Drupal\KernelTests\Core\Theme\RegistryTest::modules
- 10 core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php \Drupal\KernelTests\Core\Theme\RegistryTest::modules
Modules to enable.
Type: array
Overrides KernelTestBase::$modules
File
- core/
tests/ Drupal/ KernelTests/ Core/ Theme/ RegistryTest.php, line 25
Class
- RegistryTest
- Tests the behavior of the ThemeRegistry class.
Namespace
Drupal\KernelTests\Core\ThemeCode
protected static $modules = [
'theme_test',
'system',
];