public static property RegistryTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/system/lib/Drupal/system/Tests/Theme/RegistryTest.php, line 23
Definition of Drupal\system\Tests\Theme\RegistryTest.

Class

RegistryTest
Tests the ThemeRegistry class.

Namespace

Drupal\system\Tests\Theme

Code

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