Verified Commit 480394b3 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3257600 by tstoeckler, rpayanm: SettingsTrayBlockFormTest needlessly overrides getTestThemes

(cherry picked from commit bb3804f5)
parent 635d9e02
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -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';
    });
  }

}