summaryrefslogtreecommitdiff
path: root/tests/units/Model/TaskDuplicationTest.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-05-24 22:41:13 -0400
committerFrederic Guillot <fred@kanboard.net>2016-05-24 22:41:21 -0400
commita2e5d022e5fd652c7e37e9d9550deb3cf2cb41c8 (patch)
tree4564133b9c4545c585384d196c77d2561d8c79d4 /tests/units/Model/TaskDuplicationTest.php
parent5b30cd43d4c4197f40fde979e4afdd4ff2518442 (diff)
Clean up unit tests
Diffstat (limited to 'tests/units/Model/TaskDuplicationTest.php')
-rw-r--r--tests/units/Model/TaskDuplicationTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/units/Model/TaskDuplicationTest.php b/tests/units/Model/TaskDuplicationTest.php
index c4b36e45..8c5f5cec 100644
--- a/tests/units/Model/TaskDuplicationTest.php
+++ b/tests/units/Model/TaskDuplicationTest.php
@@ -664,7 +664,6 @@ class TaskDuplicationTest extends Base
$tc = new TaskCreation($this->container);
$tf = new TaskFinder($this->container);
$p = new Project($this->container);
- $c = new Category($this->container);
$dp = new DateParser($this->container);
$this->assertEquals(1, $p->create(array('name' => 'test1')));