We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba2a0de commit 89f85d4Copy full SHA for 89f85d4
app/code/Magento/GroupedProduct/Test/Unit/Model/ProductTest.php
@@ -363,8 +363,8 @@ public function testGetProductLinks()
363
$outputRelatedLink->setPosition(0);
364
365
$groupExtension = $this->objectManagerHelper->getObject('Magento\Catalog\Api\Data\ProductLinkExtension');
366
- $reflectionOfUser = new \ReflectionClass('Magento\Catalog\Api\Data\ProductLinkExtension');
367
- $method = $reflectionOfUser->getMethod('setData');
+ $reflectionOfExtension = new \ReflectionClass('Magento\Catalog\Api\Data\ProductLinkExtension');
+ $method = $reflectionOfExtension->getMethod('setData');
368
$method->setAccessible(true);
369
$method->invokeArgs($groupExtension, array('qty', 1));
370
0 commit comments