You are here

protected static property TwigLoaderTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 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\Theme

Code

protected static $modules = [
  'twig_loader_test',
];