Skip to content

Commit

Permalink
Merge pull request #25624 from braders/remove_dedupeRuleGroupID
Browse files Browse the repository at this point in the history
(REF) Remove test reference to property which no longer exists
  • Loading branch information
seamuslee001 authored Feb 19, 2023
2 parents e29ccb0 + 214eab1 commit ee2d5e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1794,7 +1794,6 @@ protected function runImport(array $originalValues, int $onDuplicateAction, int
$this->userJobID = $this->getUserJobID(['mapper' => $mapper, 'onDuplicate' => $onDuplicateAction, 'dedupe_rule_id' => $ruleGroupId]);
$parser = new CRM_Contact_Import_Parser_Contact();
$parser->setUserJobID($this->userJobID);
$parser->_dedupeRuleGroupID = $ruleGroupId;
$parser->init();

$parser->import($values);
Expand Down

0 comments on commit ee2d5e8

Please sign in to comment.