We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d00db30 commit 28bcc62Copy full SHA for 28bcc62
dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Category/Save/SaveCategoryTest.php
@@ -14,7 +14,7 @@
14
use Magento\Framework\Exception\NoSuchEntityException;
15
16
/**
17
- * Test cases related to save category with enabled category flat.
+ * Test cases for save category controller.
18
*
19
* @magentoAppArea adminhtml
20
* @magentoDbIsolation disabled
@@ -54,7 +54,6 @@ protected function tearDown(): void
54
$this->createdCategoryId = null;
55
56
parent::tearDown();
57
-
58
}
59
60
0 commit comments