[REF] Fix import signature on activity parser, add preliminary test
authoreileen <emcnaughton@wikimedia.org>
Fri, 1 Jan 2021 21:28:46 +0000 (10:28 +1300)
committereileen <emcnaughton@wikimedia.org>
Fri, 1 Jan 2021 21:28:46 +0000 (10:28 +1300)
commit15e60eaf7298c822b4068e73be4cb8b49470fb30
tree67d85bea6ce2ce8a488b94858a6d2892668e7431
parente17b910eed798c71c129401fb47fe0ecf596ad3f
[REF] Fix import signature on activity parser, add preliminary test

The construct class does not need to receive mapperKeys as a reference - this
was removed for Membership Parser here https://github.com/civicrm/civicrm-core/commit/14b9e069607c6cbcbbaf21a209f647ba422b8e04#diff-36f5db3555445d26df2de015a18598fd5d5682b76c62aee4f14dde95b7948274L65

In addition 2 places that instantiate this class pass in unused params (go copy & paste) so
that is removed. The test tests very little so far....
CRM/Activity/Import/Form/MapField.php
CRM/Activity/Import/Form/Preview.php
CRM/Activity/Import/Parser/Activity.php