Skip to content

Commit 03ea842

Browse files
committed
MAGETWO-86918: Saving configurable product erases and reinserts records in table "catalog_product_super_link" even with no changes
1 parent 531a07e commit 03ea842

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

dev/tests/integration/testsuite/Magento/ConfigurableProduct/Model/Product/SaveHandlerTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
use Magento\Catalog\Api\ProductRepositoryInterface;
1212
use Magento\Catalog\Model\Product;
1313
use Magento\TestFramework\Helper\Bootstrap;
14-
use Magento\ConfigurableProduct\Model\Product\Type\Configurable;
1514
use Magento\ConfigurableProduct\Model\ResourceModel\Product\Type\Configurable as ConfigurableResource;
1615

1716
/**
@@ -20,10 +19,6 @@
2019
*/
2120
class SaveHandlerTest extends \PHPUnit\Framework\TestCase
2221
{
23-
/**
24-
* @var Configurable
25-
*/
26-
private $model;
2722

2823
/**
2924
* Object under test

0 commit comments

Comments
 (0)