You are here

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

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

Modules to enable.

Type: array

File

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

Class

TwigRegistryLoaderTest
Tests Twig registry loader.

Namespace

Drupal\system\Tests\Theme

Code

public static $modules = array(
  'twig_theme_test',
  'block',
);