Skip to content

Commit 9875225

Browse files
committed
MAGETWO-74042: [GITHUB] Configurable products import doesn't work configurable_variations not imported #5876
1 parent aae97f3 commit 9875225

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/ConfigurableImportExport/Model/Import/Product/Type

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/ConfigurableImportExport/Model/Import/Product/Type/ConfigurableTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
/**
1212
* @magentoAppArea adminhtml
13+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1314
*/
1415
class ConfigurableTest extends \PHPUnit\Framework\TestCase
1516
{
@@ -198,7 +199,6 @@ public function testConfigurableImportWithMultipleStores()
198199
$this->assertEquals($productName, $product->getName());
199200
$this->assertEquals(self::TEST_PRODUCT_TYPE, $product->getTypeId());
200201
}
201-
202202
}
203203

204204
/**

0 commit comments

Comments
 (0)