From c18326024a30e9e4476688cb7f49a7e293b06c86 Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Sat, 21 Jan 2023 12:07:56 +0000 Subject: [PATCH] [REF][PHP8.2] Avoid dynamic property in ReportTest --- tests/phpunit/CRM/Case/XMLProcessor/ReportTest.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/phpunit/CRM/Case/XMLProcessor/ReportTest.php b/tests/phpunit/CRM/Case/XMLProcessor/ReportTest.php index 19437dcec3..65a47c1d53 100644 --- a/tests/phpunit/CRM/Case/XMLProcessor/ReportTest.php +++ b/tests/phpunit/CRM/Case/XMLProcessor/ReportTest.php @@ -7,6 +7,11 @@ require_once 'CiviTest/CiviCaseTestCase.php'; */ class CRM_Case_XMLProcessor_ReportTest extends CiviCaseTestCase { + /** + * @var CRM_Case_XMLProcessor_Report + */ + private $report; + public function setUp(): void { parent::setUp(); -- 2.25.1