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
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
You can’t perform that action at this time.
0 commit comments