test fixes

This commit is contained in:
Dennis Eichhorn 2024-03-17 03:57:41 +00:00
parent 38cb37f8a9
commit 71424fd5fa

View File

@ -55,7 +55,7 @@ final class ScheduleTest extends \PHPUnit\Framework\TestCase
{
$this->schedule->status = ScheduleStatus::INACTIVE;
$this->schedule->freqType = FrequencyType::YEARLY;
$this->schedule->intervalType = IntervalType::RELATIVE;
$this->schedule->patternInterval = IntervalType::RELATIVE;
$serialized = $this->schedule->jsonSerialize();
unset($serialized['start']);