Skip to content

Commit 6d8f77c

Browse files
author
Rudolf Vince
committed
fixed tests
1 parent 2f65f66 commit 6d8f77c

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

app/code/Magento/Wishlist/Test/Unit/Controller/Shared/AllcartTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ protected function setUp(): void
105105
$this->allcartController = new Allcart(
106106
$this->contextMock,
107107
$this->itemCarrierMock,
108-
$this->requestMock,
109-
$this->resultFactoryMock,
110108
$this->wishlistProviderMock
111109
);
112110
}

app/code/Magento/Wishlist/Test/Unit/Controller/Shared/CartTest.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,7 @@ protected function setUp(): void
183183
$this->optionFactory,
184184
$this->itemFactory,
185185
$this->cartHelper,
186-
$this->escaper,
187-
$this->request,
188-
$this->redirect,
189-
$this->messageManager,
190-
$this->resultFactory
186+
$this->escaper
191187
);
192188
}
193189

0 commit comments

Comments
 (0)