We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfccd9a commit c91a0eeCopy full SHA for c91a0ee
app/code/Magento/PageBuilder/Test/Unit/Plugin/ClearEditorConfigCacheTest.php
@@ -50,7 +50,7 @@ protected function setUp(): void
50
$this->auth = $this->createMock(Auth::class);
51
$this->model = new ClearEditorConfigCache(
52
$this->backendUrl,
53
- $this->cacheCleaner,
+ $this->cacheCleaner
54
);
55
}
56
@@ -77,7 +77,7 @@ public function afterLoginDataProvider(): array
77
{
78
return [
79
[false],
80
- [true],
+ [true]
81
];
82
83
0 commit comments