prepare version 3.0

This commit is contained in:
DavidBadura
2016-03-12 10:23:18 +00:00
parent 3ca521bba3
commit ff17be5714
3 changed files with 41 additions and 3 deletions

View File

@@ -965,7 +965,7 @@ class TaskManagerTest extends \PHPUnit_Framework_TestCase
$this->assertEquals('blabla', $annotations[1]->getDescription());
$task->removeAnnotation($annotations[0]);
$this->taskManager->save($task);
$task = $this->taskManager->find($task->getUuid());