[REF][PHP8.2] Declare property on CRM_Event_Import_Parser_ParticipantTest
authorBradley Taylor <hello@brad-taylor.co.uk>
Sat, 11 Mar 2023 11:20:44 +0000 (11:20 +0000)
committerBradley Taylor <hello@brad-taylor.co.uk>
Sat, 11 Mar 2023 11:20:44 +0000 (11:20 +0000)
tests/phpunit/CRM/Event/Import/Parser/ParticipantTest.php

index 3a7c2fb47c4eb7dd9da036db722d91b359dd4f7b..c2dced64e3b3ff1abacbdb4fd6334c536af83828 100644 (file)
@@ -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.