File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
dev/tests/integration/testsuite/Magento/Framework/ObjectManager Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ class ObjectManagerTest extends \PHPUnit\Framework\TestCase
12
12
/**#@+
13
13
* Test class with type error
14
14
*/
15
- public const TEST_CLASS_WITH_TYPE_ERROR = \Magento \Framework \ObjectManager \TestAsset \ConstructorWithTypeError::class;
15
+ public const TEST_CLASS_WITH_TYPE_ERROR =
16
+ \Magento \Framework \ObjectManager \TestAsset \ConstructorWithTypeError::class;
16
17
17
18
/**#@+
18
19
* Test classes for basic instantiation
@@ -28,7 +29,8 @@ class ObjectManagerTest extends \PHPUnit\Framework\TestCase
28
29
*/
29
30
public const TEST_INTERFACE = \Magento \Framework \ObjectManager \TestAsset \TestAssetInterface::class;
30
31
31
- public const TEST_INTERFACE_IMPLEMENTATION = \Magento \Framework \ObjectManager \TestAsset \InterfaceImplementation::class;
32
+ public const TEST_INTERFACE_IMPLEMENTATION =
33
+ \Magento \Framework \ObjectManager \TestAsset \InterfaceImplementation::class;
32
34
33
35
public const TEST_CLASS_WITH_INTERFACE = \Magento \Framework \ObjectManager \TestAsset \InterfaceInjection::class;
34
36
You can’t perform that action at this time.
0 commit comments