public static property ThemeTest::$modules

Same name in this branch

Modules to enable.

Type: array

File

drupal/core/modules/system/lib/Drupal/system/Tests/System/ThemeTest.php, line 22
Definition of Drupal\system\Tests\System\ThemeTest.

Class

ThemeTest
Tests the theme interface functionality.

Namespace

Drupal\system\Tests\System

Code

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