summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-02-14 23:09:53 -0500
committerFrederic Guillot <fred@kanboard.net>2015-02-14 23:09:53 -0500
commit998ef43e53f12e1e728bbf3fcd3ec3b7d7bf3a35 (patch)
treec51b35e251343729dc121c899a0b09e7d4fb8d71 /tests
parent627d8aaa8c7669fe2c486049d3c1fba4a7f31e74 (diff)
Add a section to display keyboard shorcuts
Diffstat (limited to 'tests')
-rw-r--r--tests/units/TaskCreationTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/units/TaskCreationTest.php b/tests/units/TaskCreationTest.php
index bdb0a79d..986f1eb1 100644
--- a/tests/units/TaskCreationTest.php
+++ b/tests/units/TaskCreationTest.php
@@ -93,8 +93,8 @@ class TaskCreationTest extends Base
$this->assertEquals('', $task['description']);
$this->assertEquals('', $task['reference']);
- $this->assertEquals(time(), $task['date_creation']);
- $this->assertEquals(time(), $task['date_modification']);
+ $this->assertEquals(time(), $task['date_creation'], 'Wrong timestamp', 1);
+ $this->assertEquals(time(), $task['date_modification'], 'Wrog timestamp', 1);
$this->assertEquals(0, $task['date_due']);
$this->assertEquals(0, $task['date_completed']);
$this->assertEquals(0, $task['date_started']);