public static property ThemeTestPhpTemplate::$modules

Modules to enable.

Type: array

File

drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeTestPhpTemplate.php, line 22
Contains \Drupal\system\Tests\Theme\ThemeTestPhpTemplate.

Class

ThemeTestPhpTemplate
Tests theme functions and templates with the PHPTemplate engine.

Namespace

Drupal\system\Tests\Theme

Code

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