Skip to content

Commit 595741c

Browse files
committed
Fix tests.
1 parent f00ebb8 commit 595741c

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.tests/php/unit/HCaptchaTestCase.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1220,6 +1220,17 @@ protected function get_test_integrations_form_fields(): array {
12201220
'register' => 'Register Form',
12211221
],
12221222
],
1223+
'tutor_status' => [
1224+
'label' => 'Tutor LMS',
1225+
'logo' => 'svg',
1226+
'type' => 'checkbox',
1227+
'options' => [
1228+
'checkout' => 'Checkout Form',
1229+
'login' => 'Login Form',
1230+
'lost_pass' => 'Lost Password Form',
1231+
'register' => 'Register Form',
1232+
],
1233+
],
12231234
'ultimate_member_status' =>
12241235
[
12251236
'label' => 'Ultimate Member',

.tests/php/unit/Settings/SystemInfoTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,11 @@ public function test_get_system_info(): void {
462462
Login Form: Off
463463
Lost Password Form: Off
464464
Register Form: Off
465+
Tutor LMS:
466+
Checkout Form: Off
467+
Login Form: Off
468+
Lost Password Form: Off
469+
Register Form: Off
465470
Ultimate Member:
466471
Login Form: On
467472
Lost Password Form: On

0 commit comments

Comments
 (0)