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 2f65f66 commit 6d8f77cCopy full SHA for 6d8f77c
app/code/Magento/Wishlist/Test/Unit/Controller/Shared/AllcartTest.php
@@ -105,8 +105,6 @@ protected function setUp(): void
105
$this->allcartController = new Allcart(
106
$this->contextMock,
107
$this->itemCarrierMock,
108
- $this->requestMock,
109
- $this->resultFactoryMock,
110
$this->wishlistProviderMock
111
);
112
}
app/code/Magento/Wishlist/Test/Unit/Controller/Shared/CartTest.php
@@ -183,11 +183,7 @@ protected function setUp(): void
183
$this->optionFactory,
184
$this->itemFactory,
185
$this->cartHelper,
186
- $this->escaper,
187
- $this->request,
188
- $this->redirect,
189
- $this->messageManager,
190
- $this->resultFactory
+ $this->escaper
191
192
193
0 commit comments