protected static property ThemeLegacyTest::$modules in Drupal 9
Same name and namespace in other branches
- 8 core/modules/system/tests/src/Functional/Theme/ThemeLegacyTest.php \Drupal\Tests\system\Functional\Theme\ThemeLegacyTest::modules
Modules to enable.
Type: array
Overrides BrowserTestBase::$modules
File
- core/
modules/ system/ tests/ src/ Functional/ Theme/ ThemeLegacyTest.php, line 22
Class
- ThemeLegacyTest
- Tests legacy theme functions.
Namespace
Drupal\Tests\system\Functional\ThemeCode
protected static $modules = [
'theme_test',
'theme_legacy_test',
];