mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-01-11 15:18:44 +00:00
test fixes
This commit is contained in:
parent
38cb37f8a9
commit
71424fd5fa
|
|
@ -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']);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user