From ffa1f20e965e8c32ee6ce71076ce065b24ecfa61 Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Sat, 11 Mar 2023 11:20:44 +0000 Subject: [PATCH] [REF][PHP8.2] Declare property on CRM_Event_Import_Parser_ParticipantTest --- tests/phpunit/CRM/Event/Import/Parser/ParticipantTest.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/phpunit/CRM/Event/Import/Parser/ParticipantTest.php b/tests/phpunit/CRM/Event/Import/Parser/ParticipantTest.php index 3a7c2fb47c..c2dced64e3 100644 --- a/tests/phpunit/CRM/Event/Import/Parser/ParticipantTest.php +++ b/tests/phpunit/CRM/Event/Import/Parser/ParticipantTest.php @@ -17,6 +17,11 @@ class CRM_Event_Import_Parser_ParticipantTest extends CiviUnitTestCase { protected $entity = 'Participant'; + /** + * @var int + */ + protected $userJobID; + /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. -- 2.25.1