[REF][PHP8.2] Avoid dynamic properties in CRM_Event_BAO_ParticipantTest
authorBradley Taylor <hello@brad-taylor.co.uk>
Sat, 28 Jan 2023 13:30:49 +0000 (13:30 +0000)
committerBradley Taylor <hello@brad-taylor.co.uk>
Sat, 28 Jan 2023 13:30:49 +0000 (13:30 +0000)
tests/phpunit/CRM/Event/BAO/ParticipantTest.php

index b0cd9a559e07dc2232f435a7eecfde4a4140707f..89f787d373ee0e28e5a002f2b9b64dbf7e76165c 100644 (file)
  */
 class CRM_Event_BAO_ParticipantTest extends CiviUnitTestCase {
 
+  /**
+   * @var int
+   */
+  private $_contactId;
+
+  /**
+   * @var int
+   */
+  private $_eventId;
+
   public function setUp(): void {
     parent::setUp();
     $this->_contactId = $this->individualCreate();