Skip to content

Commit 2a6d6a4

Browse files
author
Bohdan Korablov
committed
MAGETWO-61786: Implementation
1 parent c6b4832 commit 2a6d6a4

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
@@ -333,7 +333,7 @@ private function _getMockObject($argClassName, array $arguments)
333333
* @param object $object
334334
* @param string $propertyName
335335
* @param object $propertyValue
336-
* @param string $className
336+
* @param string $className The namespace of parent class for injection private property into this class
337337
* @return void
338338
*/
339339
public function setBackwardCompatibleProperty($object, $propertyName, $propertyValue, $className = '')

0 commit comments

Comments
 (0)