File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed
dev/tests/api-functional/testsuite/Magento/WebapiAsync/Model Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 3333 */
3434class AsyncBulkScheduleTest extends WebapiAbstract
3535{
36- const SERVICE_NAME = 'catalogProductRepositoryV1 ' ;
37- const SERVICE_VERSION = 'V1 ' ;
38- const REST_RESOURCE_PATH = '/V1/products ' ;
39- const ASYNC_BULK_RESOURCE_PATH = '/async/bulk/V1/products ' ;
40- const ASYNC_CONSUMER_NAME = 'async.operations.all ' ;
36+ public const SERVICE_NAME = 'catalogProductRepositoryV1 ' ;
37+ public const SERVICE_VERSION = 'V1 ' ;
38+ public const REST_RESOURCE_PATH = '/V1/products ' ;
39+ public const ASYNC_BULK_RESOURCE_PATH = '/async/bulk/V1/products ' ;
40+ public const ASYNC_CONSUMER_NAME = 'async.operations.all ' ;
4141
42- const KEY_TIER_PRICES = 'tier_prices ' ;
43- const KEY_SPECIAL_PRICE = 'special_price ' ;
44- const KEY_CATEGORY_LINKS = 'category_links ' ;
42+ public const KEY_TIER_PRICES = 'tier_prices ' ;
43+ public const KEY_SPECIAL_PRICE = 'special_price ' ;
44+ public const KEY_CATEGORY_LINKS = 'category_links ' ;
4545
46- const BULK_UUID_KEY = 'bulk_uuid ' ;
46+ public const BULK_UUID_KEY = 'bulk_uuid ' ;
4747
48+ /**
49+ * @var string[]
50+ */
4851 protected $ consumers = [
4952 self ::ASYNC_CONSUMER_NAME ,
5053 ];
You can’t perform that action at this time.
0 commit comments