Fix Participant import, add tests
authorEileen McNaughton <emcnaughton@wikimedia.org>
Mon, 6 Jun 2022 04:52:56 +0000 (16:52 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Tue, 7 Jun 2022 18:53:50 +0000 (06:53 +1200)
commit99308da45cc12426737f96ddddb65a036d6ad650
tree1d4f87cd1b099a93a541b7f9354b9874159e47b0
parent4abb6f804c04d75d22b901b32600ce6b2c29025b
Fix Participant import, add tests
13 files changed:
CRM/Event/BAO/Participant.php
CRM/Event/Import/Form/MapField.php
CRM/Event/Import/Form/Preview.php
CRM/Event/Import/Form/Summary.php
CRM/Event/Import/Parser/Participant.php
CRM/Import/Form/MapField.php
CRM/Import/Parser.php
CRM/Upgrade/Incremental/php/FiveFiftyOne.php
templates/CRM/Event/Import/Form/MapField.tpl
templates/CRM/Event/Import/Form/Preview.tpl
tests/phpunit/CRM/Event/Import/Parser/ParticipantTest.php [new file with mode: 0644]
tests/phpunit/CRM/Event/Import/Parser/data/participant.csv [new file with mode: 0644]
tests/phpunit/CiviTest/CiviUnitTestCase.php