summaryrefslogtreecommitdiff
path: root/tests/units
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-05-24 20:28:54 -0400
committerFrederic Guillot <fred@kanboard.net>2015-05-24 20:28:54 -0400
commit00c2e5c80ee4b6c5e5234e5b6a333bb19edd9b76 (patch)
treed6ad2135d614de68adf2fb6a8e8d702785e9ce0a /tests/units
parent3eb5501ca0cfc11e774514a4169c718d1e54854d (diff)
Add file procedures to the API
Diffstat (limited to 'tests/units')
-rw-r--r--tests/units/TimetableTest.php2
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);