From 214eab167a579b75dca315da10ae2a7f8f38c6ac Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Sun, 19 Feb 2023 10:42:15 +0000 Subject: [PATCH] (REF) Remove test reference to property which no longer exists --- tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php b/tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php index a983d65c2a..68089f76a4 100644 --- a/tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php +++ b/tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php @@ -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); -- 2.25.1