File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff 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 ' ,
Original file line number Diff line number Diff 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
465470Ultimate Member:
466471 Login Form: On
467472 Lost Password Form: On
You can’t perform that action at this time.
0 commit comments