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 f7d0513 commit 0743692Copy full SHA for 0743692
dev/tests/api-functional/testsuite/Magento/Catalog/Api/BasePriceStorageTest.php
@@ -13,13 +13,13 @@
13
use Magento\Catalog\Model\ProductRepositoryFactory;
14
15
/**
16
- * BasePriceStorage test.
+ * Base price storage test to test the update and update with invalid parameter.
17
*/
18
class BasePriceStorageTest extends WebapiAbstract
19
{
20
- const SERVICE_NAME = 'catalogBasePriceStorageV1';
21
- const SERVICE_VERSION = 'V1';
22
- const SIMPLE_PRODUCT_SKU = 'simple';
+ private const SERVICE_NAME = 'catalogBasePriceStorageV1';
+ private const SERVICE_VERSION = 'V1';
+ private const SIMPLE_PRODUCT_SKU = 'simple';
23
24
25
* @var \Magento\TestFramework\ObjectManager
0 commit comments