From: larssandergreen Date: Thu, 26 Jan 2023 04:20:52 +0000 (-0700) Subject: Add required field to test data X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d5a31ed641b85b564df86d5c3a3b749ebe832985;p=civicrm-core.git Add required field to test data --- 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', ]; }