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 9f5d5d6 commit f343f6dCopy full SHA for f343f6d
app/code/Magento/Sales/Test/Unit/Model/AdminOrder/CreateTest.php
@@ -95,6 +95,9 @@ class CreateTest extends \PHPUnit\Framework\TestCase
95
*/
96
private $orderMock;
97
98
+ /**
99
+ * @inheritdoc
100
+ */
101
protected function setUp()
102
{
103
$this->formFactory = $this->createPartialMock(FormFactory::class, ['create']);
@@ -371,7 +374,7 @@ public function testInitFromOrder()
371
374
[
372
375
'setSameAsBilling',
373
376
'setCustomerAddressId',
- 'getSameAsBilling'
377
+ 'getSameAsBilling',
378
]
379
);
380
$address->method('getSameAsBilling')
0 commit comments