performance optimization

This commit is contained in:
DavidBadura
2015-09-19 10:45:05 +00:00
parent 8517e2dc58
commit 9885fd9c4b
3 changed files with 21 additions and 81 deletions

View File

@@ -422,6 +422,11 @@ class TaskManagerTest extends \PHPUnit_Framework_TestCase
{
$task1 = new Task();
$task1->setDescription('foo1');
$this->taskManager->save($task1);
$this->assertEquals(0, $task1->getUrgency());
$task1->setDue($this->createDateTime('1989-01-08 11:12:13'));
$this->taskManager->save($task1);