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 397bb9a commit ae82a52Copy full SHA for ae82a52
app/code/Magento/Catalog/Test/Unit/Model/Product/LinkTest.php
@@ -81,7 +81,7 @@ protected function setUp()
81
$this->model = $objectManager->getObject(
82
\Magento\Catalog\Model\Product\Link::class,
83
[
84
- 'websiteCollectionFactory' => $linkCollectionFactory,
+ 'linkCollectionFactory' => $linkCollectionFactory,
85
'productCollectionFactory' => $productCollectionFactory,
86
'resource' => $this->resource,
87
'saveProductLinks' => $this->saveProductLinksMock
0 commit comments