protected static property ThemeEarlyInitializationTest::$modules in Drupal 9
Same name and namespace in other branches
- 8 core/modules/system/tests/src/Functional/Theme/ThemeEarlyInitializationTest.php \Drupal\Tests\system\Functional\Theme\ThemeEarlyInitializationTest::modules
Modules to enable.
Type: array
Overrides BrowserTestBase::$modules
File
- core/
modules/ system/ tests/ src/ Functional/ Theme/ ThemeEarlyInitializationTest.php, line 20
Class
- ThemeEarlyInitializationTest
- Tests that the theme system can be correctly initialized early in the page request.
Namespace
Drupal\Tests\system\Functional\ThemeCode
protected static $modules = [
'theme_test',
];