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 7803eed commit 0c6120eCopy full SHA for 0c6120e
dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/ProductTest.php
@@ -97,10 +97,16 @@ public function exportImportDataProvider()
97
'simple-product-image' => [
98
[
99
'Magento/CatalogImportExport/Model/Import/_files/media_import_image.php',
100
- 'Magento/Catalog/_files/product_with_image.php'
+ 'Magento/Catalog/_files/product_with_image.php',
101
],
102
103
'simple',
104
+ ],
105
+ [
106
+ "image",
107
+ "small_image",
108
+ "thumbnail",
109
+ "media_gallery"
110
]
111
112
'simple-product-crosssell' => [
0 commit comments