Skip to content
Snippets Groups Projects
Commit ba946600 authored by Bradley Taylor's avatar Bradley Taylor
Browse files

[REF][PHP8.2] Avoid dynamic properties in CRM_Event_BAO_ParticipantTest

parent d1811294
Branches
Tags
No related merge requests found
......@@ -16,6 +16,16 @@
*/
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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment