You are here

public static property ClaroBlockFilterTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroBlockFilterTest.php \Drupal\FunctionalJavascriptTests\Theme\ClaroBlockFilterTest::modules

Modules to enable.

Install the shortcut module so that claro.settings has its schema checked. There's currently no way for Claro to provide a default and have valid configuration as themes cannot react to a module install.

Type: string[]

Overrides BlockFilterTest::$modules

File

core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroBlockFilterTest.php, line 25

Class

ClaroBlockFilterTest
Runs BlockFilterTest in Claro.

Namespace

Drupal\FunctionalJavascriptTests\Theme

Code

public static $modules = [
  'shortcut',
];