diff options
Diffstat (limited to 'tests/units/TimetableTest.php')
-rw-r--r-- | tests/units/TimetableTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/units/TimetableTest.php b/tests/units/TimetableTest.php index 5f698941..9c40dce1 100644 --- a/tests/units/TimetableTest.php +++ b/tests/units/TimetableTest.php @@ -141,7 +141,7 @@ class TimetableTest extends Base $monday = new DateTime('next Monday'); $tuesday = new DateTime('next Monday + 1 day'); - $timetable = $t->calculate(1, new DateTime('Monday'), new DateTime('Monday + 6 days')); + $timetable = $t->calculate(1, new DateTime('next Monday'), new DateTime('next Monday + 6 days')); $this->assertNotEmpty($timetable); $this->assertCount(4, $timetable); |