Verified Commit 8fb7e5a7 authored by Dave Long's avatar Dave Long
Browse files

test: #3579267 Change use of Shortcut in theme tests

By: quietone
By: catch
parent 9a04a208
Loading
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -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}
   */
+0 −11
Original line number Diff line number Diff line
@@ -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}
   */
+1 −5
Original line number Diff line number Diff line
@@ -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}
+0 −4
Original line number Diff line number Diff line
@@ -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',
  ];