Add test to cover handling of 'gender_id' on import, remove unused code.
authoreileen <emcnaughton@wikimedia.org>
Wed, 24 Jul 2019 23:24:46 +0000 (11:24 +1200)
committereileen <emcnaughton@wikimedia.org>
Wed, 24 Jul 2019 23:39:53 +0000 (11:39 +1200)
commit44134d5c2d5e0256cdcc67c60278c96efdf252f0
tree39f65810482ef18a1f0d7fa7a5ae0ffc85539321
parent3d41bd91717253f4379b152be0dbe1f1cfa52c1b
Add test to cover handling of 'gender_id' on import, remove unused code.

I'm just venturing into import to fix a bug & wrote this test to step through the code. Committing as it's passing.

In the process I found that it's impossible to set 'gender' as an import field & only 'gender_id' is
available as a field so removing 'gender'
CRM/Contact/Import/Parser.php
CRM/Contact/Import/Parser/Contact.php
tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php