From: Bradley Taylor Date: Wed, 8 Nov 2023 20:15:52 +0000 (+0000) Subject: [REF][PHP8.2] Remove unused id property X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9b751d12c95e80ae4454de7a6dfb8d6753699375;p=civicrm-core.git [REF][PHP8.2] Remove unused id property --- 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 = [];