From 206b63b2178e565f6389cb682d4525901047abec Mon Sep 17 00:00:00 2001 From: DavidBadura Date: Wed, 22 Apr 2015 11:39:33 +0000 Subject: [PATCH] fix modified date --- tests/TaskManagerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TaskManagerTest.php b/tests/TaskManagerTest.php index a50a470..a03615d 100644 --- a/tests/TaskManagerTest.php +++ b/tests/TaskManagerTest.php @@ -196,7 +196,7 @@ class TaskManagerTest extends \PHPUnit_Framework_TestCase $this->assertInstanceOf('DateTime', $task1->getModified()); $mod = $task1->getModified(); - sleep(1); + sleep(2); $task1->setDescription('bar2');