summaryrefslogtreecommitdiff
path: root/tests/units/TaskCreationTest.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-06-20 11:19:44 -0400
committerFrederic Guillot <fred@kanboard.net>2015-06-20 11:19:44 -0400
commitd3f789764dcf90923a0d0f639dd2ee56b1177f84 (patch)
treee71980ab55941f902ffd94f50cc7a35360696483 /tests/units/TaskCreationTest.php
parentcb0916d10e4a42a62f0ac8c69ecb4b7a15f398b4 (diff)
Change travis-ci configuration
Diffstat (limited to 'tests/units/TaskCreationTest.php')
-rw-r--r--tests/units/TaskCreationTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/units/TaskCreationTest.php b/tests/units/TaskCreationTest.php
index 986f1eb1..b3f001c7 100644
--- a/tests/units/TaskCreationTest.php
+++ b/tests/units/TaskCreationTest.php
@@ -94,7 +94,7 @@ class TaskCreationTest extends Base
$this->assertEquals('', $task['reference']);
$this->assertEquals(time(), $task['date_creation'], 'Wrong timestamp', 1);
- $this->assertEquals(time(), $task['date_modification'], 'Wrog timestamp', 1);
+ $this->assertEquals(time(), $task['date_modification'], 'Wrong timestamp', 1);
$this->assertEquals(0, $task['date_due']);
$this->assertEquals(0, $task['date_completed']);
$this->assertEquals(0, $task['date_started']);