From 00c2e5c80ee4b6c5e5234e5b6a333bb19edd9b76 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 24 May 2015 20:28:54 -0400 Subject: Add file procedures to the API --- tests/units/TimetableTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/units') 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); -- cgit v1.2.3