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 50a094c commit dd12afbCopy full SHA for dd12afb
dev/tools/performance-toolkit/fixtures/configurable_products.php
@@ -885,7 +885,7 @@ public function execute()
885
/** @var \Magento\ImportExport\Model\Import $import */
886
$import = $this->application->getObjectManager()->create(
887
'Magento\ImportExport\Model\Import',
888
- ['data' => ['entity' => 'catalog_product', 'behavior' => 'append']]
+ ['data' => ['entity' => 'catalog_product', 'behavior' => 'replace']]
889
);
890
891
$source = new \Magento\ToolkitFramework\ImportExport\Fixture\Complex\Generator($pattern, $configurablesCount);
0 commit comments