Skip to content
Snippets Groups Projects

Remove unnecessary SettingsTrayBlockFormTest::getTestThemes()

1 file
+ 0
11
Compare changes
  • Side-by-side
  • Inline
@@ -283,15 +283,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';
});
}
}
Loading