Loading core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroBlockFilterTest.php +0 −11 Original line number Diff line number Diff line Loading @@ -17,17 +17,6 @@ #[RunTestsInSeparateProcesses] class ClaroBlockFilterTest extends BlockFilterTest { /** * 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. * * @var string[] */ protected static $modules = ['shortcut']; /** * {@inheritdoc} */ Loading core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php +0 −11 Original line number Diff line number Diff line Loading @@ -18,17 +18,6 @@ #[RunTestsInSeparateProcesses] class ClaroEntityDisplayTest extends EntityDisplayTest { /** * 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. * * @var string[] */ protected static $modules = ['shortcut']; /** * {@inheritdoc} */ Loading core/tests/Drupal/FunctionalTests/Theme/ClaroTest.php +1 −5 Original line number Diff line number Diff line Loading @@ -18,15 +18,11 @@ class ClaroTest extends BrowserTestBase { /** * 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. * * Install dblog and pager_test for testing of pager attributes. * * @var string[] */ protected static $modules = ['dblog', 'shortcut', 'pager_test']; protected static $modules = ['dblog', 'pager_test']; /** * {@inheritdoc} Loading core/themes/default_admin/tests/src/Functional/AdminTest.php +0 −4 Original line number Diff line number Diff line Loading @@ -19,10 +19,6 @@ class AdminTest extends BrowserTestBase { * {@inheritdoc} */ protected static $modules = [ // Install the shortcut module so that default_admin.settings has its schema checked. // There's currently no way for Default Admin to provide a default and have valid // configuration as themes cannot react to a module install. 'shortcut', 'toolbar', 'node', ]; Loading Loading
core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroBlockFilterTest.php +0 −11 Original line number Diff line number Diff line Loading @@ -17,17 +17,6 @@ #[RunTestsInSeparateProcesses] class ClaroBlockFilterTest extends BlockFilterTest { /** * 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. * * @var string[] */ protected static $modules = ['shortcut']; /** * {@inheritdoc} */ Loading
core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php +0 −11 Original line number Diff line number Diff line Loading @@ -18,17 +18,6 @@ #[RunTestsInSeparateProcesses] class ClaroEntityDisplayTest extends EntityDisplayTest { /** * 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. * * @var string[] */ protected static $modules = ['shortcut']; /** * {@inheritdoc} */ Loading
core/tests/Drupal/FunctionalTests/Theme/ClaroTest.php +1 −5 Original line number Diff line number Diff line Loading @@ -18,15 +18,11 @@ class ClaroTest extends BrowserTestBase { /** * 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. * * Install dblog and pager_test for testing of pager attributes. * * @var string[] */ protected static $modules = ['dblog', 'shortcut', 'pager_test']; protected static $modules = ['dblog', 'pager_test']; /** * {@inheritdoc} Loading
core/themes/default_admin/tests/src/Functional/AdminTest.php +0 −4 Original line number Diff line number Diff line Loading @@ -19,10 +19,6 @@ class AdminTest extends BrowserTestBase { * {@inheritdoc} */ protected static $modules = [ // Install the shortcut module so that default_admin.settings has its schema checked. // There's currently no way for Default Admin to provide a default and have valid // configuration as themes cannot react to a module install. 'shortcut', 'toolbar', 'node', ]; Loading