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 02973bd commit 8391f77Copy full SHA for 8391f77
dev/tests/api-functional/testsuite/Magento/WebapiAsync/Model/AsyncBulkConfigurableProductsTest.php
@@ -21,10 +21,10 @@
21
*/
22
class AsyncBulkConfigurableProductsTest extends WebapiAbstract
23
{
24
- const SERVICE_NAME = 'asyncBulkConfigurableProductsV1';
25
- const ASYNC_BULK_RESOURCE_PATH = '/async/bulk/V1/configurable-products';
+ private const SERVICE_NAME = 'asyncBulkConfigurableProductsV1';
+ private const ASYNC_BULK_RESOURCE_PATH = '/async/bulk/V1/configurable-products';
26
27
- const BULK_UUID_KEY = 'bulk_uuid';
+ private const BULK_UUID_KEY = 'bulk_uuid';
28
29
/**
30
* @var \Magento\Framework\ObjectManagerInterface
0 commit comments