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 483edb8 commit a943dacCopy full SHA for a943dac
app/code/Magento/Sales/Test/Unit/Model/AdminOrder/CreateTest.php
@@ -151,7 +151,6 @@ protected function setUp(): void
151
152
$this->orderMock = $this->getMockBuilder(Order::class)
153
->disableOriginalConstructor()
154
- ->addMethods(['setReordered', 'getReordered'])
155
->onlyMethods(
156
[
157
'getEntityId',
@@ -448,8 +447,6 @@ public function testInitFromOrder()
448
447
449
$this->orderMock->method('getItemsCollection')
450
->willReturn($itemCollectionMock);
451
- $this->orderMock->method('getReordered')
452
- ->willReturn(false);
453
$this->orderMock->method('getShippingAddress')
454
->willReturn($address);
455
$this->orderMock->method('getBillingAddress')
0 commit comments