Skip to content
Snippets Groups Projects
Commit 95f11ae2 authored by magento-engcom-team's avatar magento-engcom-team
Browse files

12110: Missing cascade into attribute set deletion.

parent 5cd27574
Branches
No related merge requests found
...@@ -34,7 +34,7 @@ class RemoveProductUrlRewriteTest extends TestCase ...@@ -34,7 +34,7 @@ class RemoveProductUrlRewriteTest extends TestCase
* Test url rewrite will be removed for product with given attribute set, if one will be deleted. * Test url rewrite will be removed for product with given attribute set, if one will be deleted.
* *
* @magentoDataFixture Magento/CatalogUrlRewrite/_files/attribute_set_with_product.php * @magentoDataFixture Magento/CatalogUrlRewrite/_files/attribute_set_with_product.php
* @magentoDbIsolation disabled * @magentoDbIsolation enabled
*/ */
public function testAroundDelete() public function testAroundDelete()
{ {
......
...@@ -6,4 +6,3 @@ ...@@ -6,4 +6,3 @@
require __DIR__ . '/../../Catalog/_files/product_simple_rollback.php'; require __DIR__ . '/../../Catalog/_files/product_simple_rollback.php';
require __DIR__ . '/../../Eav/_files/empty_attribute_set_rollback.php'; require __DIR__ . '/../../Eav/_files/empty_attribute_set_rollback.php';
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment