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 9479474 commit 2be3587Copy full SHA for 2be3587
dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Import/ImportWithNotExistImagesTest.php
@@ -130,6 +130,7 @@ public function testImportWithUnexistingImages(): void
130
$this->assertCount(2, $fileContent);
131
$this->updateFileImagesToInvalidValues();
132
$mediaDirectory = $this->fileSystem->getDirectoryWrite(DirectoryList::MEDIA);
133
+ $mediaDirectory->create('import');
134
$this->import->setParameters([
135
'entity' => Product::ENTITY,
136
'behavior' => ImportModel::BEHAVIOR_ADD_UPDATE,
0 commit comments