You are here

public static property ClaroEntityDisplayTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php \Drupal\FunctionalJavascriptTests\Theme\ClaroEntityDisplayTest::modules
  2. 10 core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php \Drupal\FunctionalJavascriptTests\Theme\ClaroEntityDisplayTest::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 EntityDisplayTest::$modules

File

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

Class

ClaroEntityDisplayTest
Runs EntityDisplayTest in Claro.

Namespace

Drupal\FunctionalJavascriptTests\Theme

Code

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