File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 18
18
19
19
class GoogleActivateTest extends WebapiAbstract
20
20
{
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 ' ;
25
25
26
26
/**
27
27
* @var UserFactory
Original file line number Diff line number Diff line change 25
25
*/
26
26
class GoogleAuthenticateTest extends WebapiAbstract
27
27
{
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 ' ;
32
32
33
33
/**
34
34
* @var UserFactory
You can’t perform that action at this time.
0 commit comments