Skip to content

Commit 573c59d

Browse files
committed
Merge remote-tracking branch 'gl_magento2ce/AC-8834' into BUG#AC-8834
Latest changes merge for automation failures
2 parents 399a156 + d941553 commit 573c59d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

dev/tests/integration/testsuite/Magento/Framework/ObjectManager/ObjectManagerTest.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ class ObjectManagerTest extends \PHPUnit\Framework\TestCase
1212
/**#@+
1313
* Test class with type error
1414
*/
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;
1617

1718
/**#@+
1819
* Test classes for basic instantiation
@@ -28,7 +29,8 @@ class ObjectManagerTest extends \PHPUnit\Framework\TestCase
2829
*/
2930
public const TEST_INTERFACE = \Magento\Framework\ObjectManager\TestAsset\TestAssetInterface::class;
3031

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;
3234

3335
public const TEST_CLASS_WITH_INTERFACE = \Magento\Framework\ObjectManager\TestAsset\InterfaceInjection::class;
3436

0 commit comments

Comments
 (0)