You are here

public static property ThemeEarlyInitializationTest::$modules in Zircon Profile 8.0

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

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Theme/ThemeEarlyInitializationTest.php, line 25
Contains \Drupal\system\Tests\Theme\ThemeEarlyInitializationTest.

Class

ThemeEarlyInitializationTest
Tests that the theme system can be correctly initialized early in the page request.

Namespace

Drupal\system\Tests\Theme

Code

public static $modules = array(
  'theme_test',
);