Skip to content

Commit a998e49

Browse files
committed
MC-41093: [CE/EE] Fatal error during saving Simple Product by admin
1 parent 02ca909 commit a998e49

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Save/DeleteCategoryTest.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
use Magento\TestFramework\TestCase\AbstractBackendController;
1616

1717
/**
18-
* @magentoDbIsolation disabled
19-
* @magentoAppArea adminhtml
18+
* Class DeleteCategoryTest
19+
* Checks product saving with deleted category before reindex is done
2020
*/
2121
class DeleteCategoryTest extends AbstractBackendController
2222
{
@@ -35,8 +35,9 @@ protected function setUp(): void
3535
}
3636

3737
/**
38-
* Checks product saving with deleted category before reindex is done
3938
* @magentoDataFixture Magento/Catalog/_files/category_product.php
39+
* @magentoDbIsolation disabled
40+
* @magentoAppArea adminhtml
4041
*/
4142
public function testDeleteCustomOptionWithTypeField(): void
4243
{

0 commit comments

Comments
 (0)