You are here

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

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

Modules to enable.

Type: array

File

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

Class

ThemeInfoTest
Tests processing of theme .info.yml properties.

Namespace

Drupal\system\Tests\Theme

Code

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