protected static property ClaroEntityDisplayTest::$modules in Drupal 9
Same name and namespace in other branches
- 8 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\ThemeCode
protected static $modules = [
'shortcut',
];