Add required field to test data
authorlarssandergreen <lars@wildsight.ca>
Thu, 26 Jan 2023 04:20:52 +0000 (21:20 -0700)
committerlarssandergreen <lars@wildsight.ca>
Thu, 26 Jan 2023 04:20:52 +0000 (21:20 -0700)
tests/phpunit/CRM/Event/Form/ManageEvent/RegistrationTest.php

index 8eb86d9ec3d39168eb78baa08af489597eb32afc..c1aea66c2203adeb410e6186b108b0db433c1b4f 100644 (file)
@@ -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',
     ];
   }