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 72e9696 commit a46e4f2Copy full SHA for a46e4f2
app/code/Magento/Sales/Test/Unit/Model/AdminOrder/CreateTest.php
@@ -44,7 +44,7 @@
44
*/
45
class CreateTest extends TestCase
46
{
47
- const CUSTOMER_ID = 1;
+ private const CUSTOMER_ID = 1;
48
49
/**
50
* @var Create
@@ -489,6 +489,9 @@ public function testInitFromOrder()
489
$this->adminOrderCreate->initFromOrder($this->orderMock);
490
}
491
492
+ /**
493
+ * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
494
+ */
495
public function testCreateOrder()
496
497
$method = $this->getMockBuilder(MethodInterface::class)
0 commit comments