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 8df11a5 commit c4fa10bCopy full SHA for c4fa10b
dev/tests/api-functional/testsuite/Magento/ConfigurableProduct/Api/OptionRepositoryTest.php
@@ -17,9 +17,9 @@
17
*/
18
class OptionRepositoryTest extends \Magento\TestFramework\TestCase\WebapiAbstract
19
{
20
- const SERVICE_NAME = 'configurableProductOptionRepositoryV1';
21
- const SERVICE_VERSION = 'V1';
22
- const RESOURCE_PATH = '/V1/configurable-products';
+ public const SERVICE_NAME = 'configurableProductOptionRepositoryV1';
+ public const SERVICE_VERSION = 'V1';
+ public const RESOURCE_PATH = '/V1/configurable-products';
23
24
/**
25
* @magentoApiDataFixture Magento/ConfigurableProduct/_files/product_configurable.php
0 commit comments