You are here

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

Same name in this branch
  1. 8 core/modules/system/src/Tests/System/ThemeTest.php \Drupal\system\Tests\System\ThemeTest::modules
  2. 8 core/modules/system/src/Tests/Theme/ThemeTest.php \Drupal\system\Tests\Theme\ThemeTest::modules
Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Theme/ThemeTest.php \Drupal\system\Tests\Theme\ThemeTest::modules

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Theme/ThemeTest.php, line 30
Contains \Drupal\system\Tests\Theme\ThemeTest.

Class

ThemeTest
Tests low-level theme functions.

Namespace

Drupal\system\Tests\Theme

Code

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