Skip to content

Commit a05fafe

Browse files
committed
Merge branch 'ACP2E-278' of https://github.com/magento-l3/magento2ce into PR-2-2021-25-11
2 parents ffc9da7 + 2e56980 commit a05fafe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev/tests/api-functional/testsuite/Magento/Customer/Api/CustomerRepositoryTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
*/
3939
class CustomerRepositoryTest extends WebapiAbstract
4040
{
41-
const SERVICE_VERSION = 'V1';
42-
const SERVICE_NAME = 'customerCustomerRepositoryV1';
43-
const RESOURCE_PATH = '/V1/customers';
41+
public const SERVICE_VERSION = 'V1';
42+
public const SERVICE_NAME = 'customerCustomerRepositoryV1';
43+
public const RESOURCE_PATH = '/V1/customers';
4444

4545
private const STUB_INVALID_CUSTOMER_GROUP_ID = 777;
4646

0 commit comments

Comments
 (0)