Skip to content

Commit b3ae6cb

Browse files
committed
MAGETWO-48211: Create functional tests for creating online refunds
1 parent d817a9e commit b3ae6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/Checkout/Test/TestStep/PlaceOrderStep.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function __construct(
6969
AssertGrandTotalOrderReview $assertGrandTotalOrderReview,
7070
CheckoutOnepageSuccess $checkoutOnepageSuccess,
7171
FixtureFactory $fixtureFactory,
72-
array $products,
72+
array $products = [],
7373
array $prices = []
7474
) {
7575
$this->checkoutOnepage = $checkoutOnepage;

0 commit comments

Comments
 (0)