Skip to content

Commit b48af72

Browse files
committed
MAGETWO-92568: Fatal error during multishipping checkout
1 parent 5da322e commit b48af72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Multishipping/Test/Unit/Model/Checkout/Type/MultishippingTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ public function testCreateOrders(): void
473473
\Magento\Sales\Api\Data\OrderInterface::class,
474474
$orderMock,
475475
$orderMock
476-
)->willReturnSelf();
476+
)->willReturnSelf();
477477
$this->priceMock->expects($this->once())->method('round')->with($addressTotal)->willReturn($addressTotal);
478478

479479
$this->toOrderMock
@@ -611,7 +611,7 @@ private function getQuoteAddressesMock($quoteAddressItemMock, int $addressTotal)
611611
->getMock();
612612
$billingAddressMock->method('validate')->willReturn(true);
613613

614-
return array($shippingAddressMock, $billingAddressMock);
614+
return [$shippingAddressMock, $billingAddressMock];
615615
}
616616

617617
/**

0 commit comments

Comments
 (0)