Skip to content

Commit ce9983d

Browse files
author
Oleksii Korshenko
committed
MAGETWO-52493: Bug Fixes Contribution
- fixed unit tests
1 parent 1433f2c commit ce9983d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/TestFramework/Unit/Helper/ObjectManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public function getObject($className, array $arguments = [])
170170
$reflectionProperty->setValue($newObject, $value);
171171
break;
172172
}
173-
$propertyReflectionClass = $reflectionClass->getParentClass();
173+
$propertyReflectionClass = $propertyReflectionClass->getParentClass();
174174
}
175175
}
176176
return $newObject;

0 commit comments

Comments
 (0)