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 5483b69 commit 37b996eCopy full SHA for 37b996e
dev/tests/api-functional/testsuite/Magento/Catalog/Api/CategoryManagementTest.php
@@ -16,9 +16,8 @@
16
*/
17
class CategoryManagementTest extends WebapiAbstract
18
{
19
- const RESOURCE_PATH = '/V1/categories';
20
-
21
- const SERVICE_NAME = 'catalogCategoryManagementV1';
+ private const RESOURCE_PATH = '/V1/categories';
+ private const SERVICE_NAME = 'catalogCategoryManagementV1';
22
23
/**
24
* @var CompareArraysRecursively
0 commit comments