From d5a31ed641b85b564df86d5c3a3b749ebe832985 Mon Sep 17 00:00:00 2001 From: larssandergreen Date: Wed, 25 Jan 2023 21:20:52 -0700 Subject: [PATCH] Add required field to test data --- tests/phpunit/CRM/Event/Form/ManageEvent/RegistrationTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/phpunit/CRM/Event/Form/ManageEvent/RegistrationTest.php b/tests/phpunit/CRM/Event/Form/ManageEvent/RegistrationTest.php index 8eb86d9ec3..c1aea66c22 100644 --- a/tests/phpunit/CRM/Event/Form/ManageEvent/RegistrationTest.php +++ b/tests/phpunit/CRM/Event/Form/ManageEvent/RegistrationTest.php @@ -16,6 +16,7 @@ class CRM_Event_Form_ManageEvent_RegistrationTest extends CiviUnitTestCase { 'is_email_confirm' => 0, 'confirm_title' => 'Confirm your registration', 'thankyou_title' => 'Thank you for your registration', + 'registration_link_text' => 'Register Now', ]; } -- 2.25.1