You are here

public static property TwigLoaderTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Theme/TwigLoaderTest.php \Drupal\system\Tests\Theme\TwigLoaderTest::modules

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Theme/TwigLoaderTest.php, line 24
Contains \Drupal\system\Tests\Theme\TwigLoaderTest.

Class

TwigLoaderTest
Tests adding Twig loaders.

Namespace

Drupal\system\Tests\Theme

Code

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