From 1231fb673e1c5f4c428d660e2d0aa9c5d4cbb2dd Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Sun, 22 Jan 2023 11:27:29 +0000 Subject: [PATCH] [REF][PHP8.2] Declare file property in CRM_Extension_InfoTest --- tests/phpunit/CRM/Extension/InfoTest.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/phpunit/CRM/Extension/InfoTest.php b/tests/phpunit/CRM/Extension/InfoTest.php index c801435e95..2d3452ce1d 100644 --- a/tests/phpunit/CRM/Extension/InfoTest.php +++ b/tests/phpunit/CRM/Extension/InfoTest.php @@ -6,6 +6,11 @@ */ class CRM_Extension_InfoTest extends CiviUnitTestCase { + /** + * @var string|null + */ + private $file; + public function setUp(): void { parent::setUp(); $this->file = NULL; -- 2.25.1