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 6b74b21 commit fa4053bCopy full SHA for fa4053b
app/code/Magento/Multishipping/Test/Unit/Block/Checkout/SuccessTest.php
@@ -88,7 +88,7 @@ public function testGetOrderIdsWithEmptyIdsArray()
88
public function testGetOrderIds()
89
{
90
$ids = [100, 102, 103];
91
- $this->sessionMock->method('getOrderIds')->willReturn($ids);;
+ $this->sessionMock->method('getOrderIds')->willReturn($ids);
92
93
$this->assertEquals($ids, $this->model->getOrderIds());
94
}
0 commit comments