Skip to content

Commit 54479d3

Browse files
committed
MSI-1542: Provide MSI support for Shipment Web API endpoint
1 parent 5dfe5e3 commit 54479d3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/code/Magento/Sales/Test/Unit/Model/Order/ShipmentDocumentFactoryTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,7 @@ public function testCreate()
140140
$packages = [];
141141
$items = [1 => 10];
142142

143-
$this->extensionAttributeProcessorMock->expects($this->once())
144-
->method('execute')
145-
->with($this->shipmentMock, null);
143+
$this->extensionAttributeProcessorMock->expects($this->never())->method('execute');
146144
$this->itemMock->expects($this->once())->method('getOrderItemId')->willReturn(1);
147145
$this->itemMock->expects($this->once())->method('getQty')->willReturn(10);
148146
$this->itemMock->expects($this->once())

0 commit comments

Comments
 (0)