Skip to content

Commit

Permalink
magento-engcom/import-export-improvements#50: exclude the image attri…
Browse files Browse the repository at this point in the history
…butes from the product test,

 - this is done as the image paths are now being rewritten and are already covered in the import/export tests
  • Loading branch information
dmanners committed Feb 16, 2018
1 parent 7803eed commit 0c6120e
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,16 @@ public function exportImportDataProvider()
'simple-product-image' => [
[
'Magento/CatalogImportExport/Model/Import/_files/media_import_image.php',
'Magento/Catalog/_files/product_with_image.php'
'Magento/Catalog/_files/product_with_image.php',
],
[
'simple',
],
[
"image",
"small_image",
"thumbnail",
"media_gallery"
]
],
'simple-product-crosssell' => [
Expand Down

0 comments on commit 0c6120e

Please sign in to comment.