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 44021e7 commit 0f317bfCopy full SHA for 0f317bf
app/code/Magento/Sales/Test/Unit/Model/ResourceModel/Order/Shipment/RelationTest.php
@@ -86,7 +86,8 @@ protected function setUp()
86
'getId',
87
'getItems',
88
'getTracks',
89
- 'getComments'
+ 'getComments',
90
+ 'getTracksCollection',
91
]
92
)
93
->getMock();
@@ -123,7 +124,7 @@ public function testProcessRelations()
123
124
->method('getComments')
125
->willReturn([$this->commentMock]);
126
$this->shipmentMock->expects($this->exactly(2))
- ->method('getTracks')
127
+ ->method('getTracksCollection')
128
->willReturn([$this->trackMock]);
129
$this->itemMock->expects($this->once())
130
->method('setParentId')
0 commit comments