From 976dbc6639363474b5d5c3f63d99d9bb86891f83 Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Sun, 21 May 2023 11:22:44 +0100 Subject: [PATCH] [REF][PHP8.2] Remove unused entity dynamic property --- tests/phpunit/CRM/Upgrade/Incremental/BaseTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/phpunit/CRM/Upgrade/Incremental/BaseTest.php b/tests/phpunit/CRM/Upgrade/Incremental/BaseTest.php index 3d0d9aafb9..2641b5b6d1 100644 --- a/tests/phpunit/CRM/Upgrade/Incremental/BaseTest.php +++ b/tests/phpunit/CRM/Upgrade/Incremental/BaseTest.php @@ -407,7 +407,6 @@ class CRM_Upgrade_Incremental_BaseTest extends CiviUnitTestCase { * Test convert custom saved search */ public function testSmartGroupCustomDateRangeSearch() { - $this->entity = 'Contact'; $this->createCustomGroupWithFieldOfType([], 'date'); $dateCustomFieldName = $this->getCustomFieldName('date'); $this->callAPISuccess('SavedSearch', 'create', [ -- 2.25.1