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 78fdec4 commit c261463Copy full SHA for c261463
app/code/Magento/Ui/Test/Unit/Component/Control/ActionPoolTest.php
@@ -83,8 +83,7 @@ protected function setUp()
83
$this->items[$this->key] = $this->createPartialMock(\Magento\Ui\Component\Control\Item::class, ['setData']);
84
$this->actionPool = new ActionPool(
85
$this->contextMock,
86
- $this->itemFactoryMock,
87
- $this->toolbarBlockMock
+ $this->itemFactoryMock
88
);
89
}
90
0 commit comments