(REF) Remove test reference to property which no longer exists
authorBradley Taylor <hello@brad-taylor.co.uk>
Sun, 19 Feb 2023 10:42:15 +0000 (10:42 +0000)
committerBradley Taylor <hello@brad-taylor.co.uk>
Sun, 19 Feb 2023 10:42:15 +0000 (10:42 +0000)
tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php

index a983d65c2ac996f92a72615c4ba9e37c162f3c41..68089f76a47b25c18e2241f6f75f03761f3e60e5 100644 (file)
@@ -1794,7 +1794,6 @@ class CRM_Contact_Import_Parser_ContactTest extends CiviUnitTestCase {
     $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);