protected static property TwigLoaderTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/system/tests/src/Functional/Theme/TwigLoaderTest.php \Drupal\Tests\system\Functional\Theme\TwigLoaderTest::modules
- 9 core/modules/system/tests/src/Functional/Theme/TwigLoaderTest.php \Drupal\Tests\system\Functional\Theme\TwigLoaderTest::modules
Modules to enable.
Type: array
Overrides BrowserTestBase::$modules
File
- core/
modules/ system/ tests/ src/ Functional/ Theme/ TwigLoaderTest.php, line 19
Class
- TwigLoaderTest
- Tests adding Twig loaders.
Namespace
Drupal\Tests\system\Functional\ThemeCode
protected static $modules = [
'twig_loader_test',
];