Verified Commit bb3804f5 authored by Alex Pott's avatar Alex Pott
Browse files

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

parent d06b0a8f
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';
    });
  }

}