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 5dfe5e3 commit 54479d3Copy full SHA for 54479d3
app/code/Magento/Sales/Test/Unit/Model/Order/ShipmentDocumentFactoryTest.php
@@ -140,9 +140,7 @@ public function testCreate()
140
$packages = [];
141
$items = [1 => 10];
142
143
- $this->extensionAttributeProcessorMock->expects($this->once())
144
- ->method('execute')
145
- ->with($this->shipmentMock, null);
+ $this->extensionAttributeProcessorMock->expects($this->never())->method('execute');
146
$this->itemMock->expects($this->once())->method('getOrderItemId')->willReturn(1);
147
$this->itemMock->expects($this->once())->method('getQty')->willReturn(10);
148
$this->itemMock->expects($this->once())
0 commit comments