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 7904f36 commit d24d66dCopy full SHA for d24d66d
app/code/Magento/Sales/Test/Unit/Model/OrderTest.php
@@ -754,7 +754,7 @@ public function testLoadByIncrementIdAndStore()
754
$this->salesOrderCollectionMock->expects($this->any())->method('addFieldToFilter')->willReturnSelf();
755
$this->salesOrderCollectionMock->expects($this->once())->method('load')->willReturnSelf();
756
$this->salesOrderCollectionMock->expects($this->once())->method('getFirstItem')->willReturn($this->order);
757
- $this->assertSame($this->order , $this->order->loadByIncrementIdAndStore($incrementId, $storeId));
+ $this->assertSame($this->order, $this->order->loadByIncrementIdAndStore($incrementId, $storeId));
758
}
759
760
public function notInvoicingStatesProvider()
0 commit comments