Fix Record duplicates multiple contacts contact import exception.
authorDarrick Servis <darrick@davismedia.org>
Sun, 5 Jun 2022 19:36:15 +0000 (12:36 -0700)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Tue, 7 Jun 2022 00:23:12 +0000 (12:23 +1200)
commit7e29af1197c23bf2f1a5508a32c1098afff002f2
tree932703d0445684a75b74cc75ea7604693770c06f
parent2a4de39fe206188b85646f3a80e8401947d02e23
Fix Record duplicates multiple contacts contact import exception.

Add csv file required for test.
CRM/Contact/Import/Parser/Contact.php
tests/phpunit/CRM/Contact/Import/Form/data/organization_multiple_duplicates_invalid.csv [new file with mode: 0644]
tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php