Skip to content

Commit 5ead795

Browse files
committed
Make static tests happy
1 parent ec5ee7f commit 5ead795

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
*/
2121
class AccountManagementRevokeCustomerTokenTest extends WebapiAbstract
2222
{
23-
const RESOURCE_PATH = '/V1/integration/customer/revoke-customer-token';
24-
const INTEGRATION_SERVICE = 'integrationCustomerTokenServiceV1';
25-
const SERVICE_VERSION = 'V1';
23+
public const RESOURCE_PATH = '/V1/integration/customer/revoke-customer-token';
24+
public const INTEGRATION_SERVICE = 'integrationCustomerTokenServiceV1';
25+
public const SERVICE_VERSION = 'V1';
2626

2727
/**
2828
* Test token revoking for authenticated customer

0 commit comments

Comments
 (0)