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.
2 parents 7518083 + 3c3b80f commit 2c700a3Copy full SHA for 2c700a3
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