public static property ThemeTestTwig::$modules

Modules to enable.

Type: array

File

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

Class

ThemeTestTwig
Tests theme functions with the Twig engine.

Namespace

Drupal\system\Tests\Theme

Code

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