[REF][PHP8.2] Avoid dynamic property in ReportTest
authorBradley Taylor <hello@brad-taylor.co.uk>
Sat, 21 Jan 2023 12:07:56 +0000 (12:07 +0000)
committerBradley Taylor <hello@brad-taylor.co.uk>
Sat, 21 Jan 2023 12:07:56 +0000 (12:07 +0000)
tests/phpunit/CRM/Case/XMLProcessor/ReportTest.php

index 19437dcec36de123ae99801a1a777cd289308e14..65a47c1d5306055d68791bd71f0222e89b629188 100644 (file)
@@ -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();