File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Save Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 15
15
use Magento \TestFramework \TestCase \AbstractBackendController ;
16
16
17
17
/**
18
- * @magentoDbIsolation disabled
19
- * @magentoAppArea adminhtml
18
+ * Class DeleteCategoryTest
19
+ * Checks product saving with deleted category before reindex is done
20
20
*/
21
21
class DeleteCategoryTest extends AbstractBackendController
22
22
{
@@ -35,8 +35,9 @@ protected function setUp(): void
35
35
}
36
36
37
37
/**
38
- * Checks product saving with deleted category before reindex is done
39
38
* @magentoDataFixture Magento/Catalog/_files/category_product.php
39
+ * @magentoDbIsolation disabled
40
+ * @magentoAppArea adminhtml
40
41
*/
41
42
public function testDeleteCustomOptionWithTypeField (): void
42
43
{
You can’t perform that action at this time.
0 commit comments