template fixes + bug fixes + style fixes

This commit is contained in:
Dennis Eichhorn 2024-04-02 21:40:47 +00:00
parent b79a3d6573
commit 0f33efbeb0

View File

@ -48,8 +48,8 @@ final class ScheduleTest extends \PHPUnit\Framework\TestCase
#[\PHPUnit\Framework\Attributes\Group('module')]
public function testSerialize() : void
{
$this->schedule->status = ScheduleStatus::INACTIVE;
$this->schedule->freqType = FrequencyType::YEARLY;
$this->schedule->status = ScheduleStatus::INACTIVE;
$this->schedule->freqType = FrequencyType::YEARLY;
$this->schedule->patternInterval = IntervalType::RELATIVE;
$serialized = $this->schedule->jsonSerialize();