From 9b751d12c95e80ae4454de7a6dfb8d6753699375 Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Wed, 8 Nov 2023 20:15:52 +0000 Subject: [PATCH] [REF][PHP8.2] Remove unused id property --- tests/phpunit/CRM/Core/Payment/ProcessorFormTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/phpunit/CRM/Core/Payment/ProcessorFormTest.php b/tests/phpunit/CRM/Core/Payment/ProcessorFormTest.php index d358f27167..9db3d52a35 100644 --- a/tests/phpunit/CRM/Core/Payment/ProcessorFormTest.php +++ b/tests/phpunit/CRM/Core/Payment/ProcessorFormTest.php @@ -169,10 +169,8 @@ class CRM_Core_Payment_ProcessorFormTest extends CiviUnitTestCase { * indicates whether the billing block can be hidden, or not. */ public function checkPaymentProcessorWithProfile($processorClass, $case): bool { - $whichProcessor = $case . 'ProcessorID'; $profileID = $this->ids['UFGroup'][$case . '_billing']; $processor = new $processorClass(); - $processor->id = $this->$whichProcessor; $missingBillingFields = []; -- 2.25.1