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/System/ThemeTest.php \Drupal\system\Tests\System\ThemeTest::modules

Modules to enable.

Type: array

File

core/modules/system/src/Tests/System/ThemeTest.php, line 33
Contains \Drupal\system\Tests\System\ThemeTest.

Class

ThemeTest
Tests the theme interface functionality by enabling and switching themes, and using an administration theme.

Namespace

Drupal\system\Tests\System

Code

public static $modules = [
  'node',
  'block',
  'file',
];