From 862361b628457093e3459056b901959cc6a5a694 Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Thu, 26 Jan 2023 19:46:54 +0000 Subject: [PATCH] [REF][PHP8.2] Declare properties in CRM_Activity_Page_AJAXTest --- tests/phpunit/CRM/Activity/Page/AJAXTest.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/phpunit/CRM/Activity/Page/AJAXTest.php b/tests/phpunit/CRM/Activity/Page/AJAXTest.php index b7ca312ba7..6e543dc033 100644 --- a/tests/phpunit/CRM/Activity/Page/AJAXTest.php +++ b/tests/phpunit/CRM/Activity/Page/AJAXTest.php @@ -5,6 +5,16 @@ */ class CRM_Activity_Page_AJAXTest extends CiviUnitTestCase { + /** + * @var int + */ + private $loggedInUser; + + /** + * @var int + */ + private $target; + public function setUp(): void { parent::setUp(); -- 2.25.1