Skip to content

Commit b6cb73c

Browse files
author
Marcel Hauri
committed
[fix] Class Magento\Ui\Component\Control\ActionPool constructor invoked with 3 parameters, 2 required.
1 parent 4a9562d commit b6cb73c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Ui/Test/Unit/Component/Control/ActionPoolTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ protected function setUp()
8383
$this->items[$this->key] = $this->createPartialMock(\Magento\Ui\Component\Control\Item::class, ['setData']);
8484
$this->actionPool = new ActionPool(
8585
$this->contextMock,
86-
$this->itemFactoryMock,
87-
$this->toolbarBlockMock
86+
$this->itemFactoryMock
8887
);
8988
}
9089

0 commit comments

Comments
 (0)