fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-23 12:50:40 +00:00
parent 0b53a5e440
commit d4b18cf414
2 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class Event
* @var Account * @var Account
* @since 1.0.0 * @since 1.0.0
*/ */
private Account $createdBy; public Account $createdBy;
/** /**
* Event type. * Event type.

View File

@ -127,6 +127,7 @@ final class ScheduleTest extends \PHPUnit\Framework\TestCase
'uuid' => '', 'uuid' => '',
'status' => ScheduleStatus::INACTIVE, 'status' => ScheduleStatus::INACTIVE,
'freqType' => FrequencyType::YEARLY, 'freqType' => FrequencyType::YEARLY,
'patternInterval' => IntervalType::RELATIVE,
], ],
$serialized $serialized
); );