Skip to content

Commit ba70aa9

Browse files
committed
MAGETWO-99460: Custom status overrides standard state in dropdowns after being assigned
1 parent 3dae5c6 commit ba70aa9

File tree

1 file changed

+3
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Sales/Model/Order

1 file changed

+3
-1
lines changed

dev/tests/integration/testsuite/Magento/Sales/Model/Order/ConfigTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
7+
68
namespace Magento\Sales\Model\Order;
79

810
use Magento\TestFramework\Helper\Bootstrap;
@@ -21,7 +23,7 @@ class ConfigTest extends \PHPUnit\Framework\TestCase
2123
/**
2224
* @var Config
2325
*/
24-
protected $orderConfig;
26+
private $orderConfig;
2527

2628
/**
2729
* @inheritdoc

0 commit comments

Comments
 (0)