From bb3804f508ddbf11cd0c359dc35fc94d3e470979 Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Fri, 17 Jun 2022 01:14:58 +0100
Subject: [PATCH] Issue #3257600 by tstoeckler, rpayanm:
 SettingsTrayBlockFormTest needlessly overrides getTestThemes

---
 .../SettingsTrayBlockFormTest.php                     | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php b/core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php
index 7a3c6a4a6ce0..97dc2febc6c7 100644
--- a/core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php
+++ b/core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php
@@ -284,15 +284,4 @@ public function testValidationMessages() {
     }
   }
 
-  /**
-   * {@inheritdoc}
-   */
-  protected function getTestThemes() {
-    // Remove 'seven' theme. Setting Tray "Edit Mode" will not work with 'seven'
-    // because it removes all contextual links the off-canvas dialog should.
-    return array_filter(parent::getTestThemes(), function ($theme) {
-      return $theme !== 'seven';
-    });
-  }
-
 }
-- 
GitLab