You are here

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

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/system/src/Tests/Theme/RegistryTest.php, line 26
Contains \Drupal\system\Tests\Theme\RegistryTest.

Class

RegistryTest
Tests the behavior of the ThemeRegistry class.

Namespace

Drupal\system\Tests\Theme

Code

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