ClaroBlockFilterTest::$modules

Modules to install.

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 27

Class

ClaroBlockFilterTest
Runs BlockFilterTest in Claro.

Namespace

Drupal\FunctionalJavascriptTests\Theme

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.