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 cde57da commit 3c3b80fCopy full SHA for 3c3b80f
app/code/Magento/CatalogImportExport/Test/Unit/Model/Export/ProductTest.php
@@ -343,9 +343,9 @@ protected function setUp()
343
$this->attributeColFactory,
344
$this->typeFactory,
345
$this->linkTypeProvider,
346
- $this->rowCustomizer,
347
- $this->metadataPool
+ $this->rowCustomizer
348
);
+ $this->setPropertyValue($this->product, 'metadataPool', $this->metadataPool);
349
350
$this->object = new StubProduct();
351
}
0 commit comments