fix phpunit tests

This commit is contained in:
DavidBadura
2015-12-26 11:47:51 +00:00
parent 3aaa6492dd
commit 79f779e520
3 changed files with 5 additions and 4 deletions

View File

@@ -274,6 +274,7 @@ class Task
if (false !== $key = array_search($tag, $this->tags)) {
unset($this->tags[$key]);
$this->tags = array_values($this->tags);
}
}