Skip to content

Commit 4bf69cd

Browse files
committed
#AC-9196::Update spomky-labs/otphp to its latest version available (11.2.0)- Static test failures fixes
1 parent 4961f01 commit 4bf69cd

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

TwoFactorAuth/Test/Api/GoogleActivateTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818

1919
class GoogleActivateTest extends WebapiAbstract
2020
{
21-
const SERVICE_VERSION = 'V1';
22-
const SERVICE_NAME = 'twoFactorAuthGoogleConfigureV1';
23-
const OPERATION = 'Activate';
24-
const RESOURCE_PATH = '/V1/tfa/provider/google/activate';
21+
public const SERVICE_VERSION = 'V1';
22+
public const SERVICE_NAME = 'twoFactorAuthGoogleConfigureV1';
23+
public const OPERATION = 'Activate';
24+
public const RESOURCE_PATH = '/V1/tfa/provider/google/activate';
2525

2626
/**
2727
* @var UserFactory

TwoFactorAuth/Test/Api/GoogleAuthenticateTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
*/
2626
class GoogleAuthenticateTest extends WebapiAbstract
2727
{
28-
const SERVICE_VERSION = 'V1';
29-
const SERVICE_NAME = 'twoFactorAuthGoogleAuthenticateV1';
30-
const OPERATION = 'CreateAdminAccessToken';
31-
const RESOURCE_PATH = '/V1/tfa/provider/google/authenticate';
28+
public const SERVICE_VERSION = 'V1';
29+
public const SERVICE_NAME = 'twoFactorAuthGoogleAuthenticateV1';
30+
public const OPERATION = 'CreateAdminAccessToken';
31+
public const RESOURCE_PATH = '/V1/tfa/provider/google/authenticate';
3232

3333
/**
3434
* @var UserFactory

0 commit comments

Comments
 (0)