Skip to content
Snippets Groups Projects

Setting provider method to static

Open Steve Richards requested to merge issue/entity_embed-3481413:8.x-1.x into 8.x-1.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -133,7 +133,7 @@ class UpgradePathTest extends SmartDefaultSettingsTest {
/**
* {@inheritdoc}
*/
public function provider() {
public static function provider() {
$expected_ckeditor5_toolbar = [
'items' => [
'bold',
Loading