File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
app/code/Magento/Wishlist
Test/Unit/Controller/Index Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ class Cart extends Action\Action implements IndexInterface
71
71
* @param \Magento\Framework\Escaper $escaper
72
72
* @param \Magento\Wishlist\Helper\Data $helper
73
73
* @param \Magento\Checkout\Helper\Cart $cartHelper
74
+ * @SuppressWarnings(PHPMD.ExcessiveParameterList)
74
75
*/
75
76
public function __construct (
76
77
Action \Context $ context ,
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ protected function setUp()
203
203
->will ($ this ->returnValue ($ this ->messageManagerMock ));
204
204
$ this ->contextMock ->expects ($ this ->any ())
205
205
->method ('getUrl ' )
206
- ->willReturn ($ this ->urlMock );
206
+ ->willReturn ($ this ->urlMock );
207
207
$ this ->contextMock ->expects ($ this ->any ())
208
208
->method ('getResultFactory ' )
209
209
->willReturn ($ this ->resultFactoryMock );
You can’t perform that action at this time.
0 commit comments