diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-05-24 22:41:13 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-05-24 22:41:21 -0400 |
commit | a2e5d022e5fd652c7e37e9d9550deb3cf2cb41c8 (patch) | |
tree | 4564133b9c4545c585384d196c77d2561d8c79d4 /tests/units/Model/TaskDuplicationTest.php | |
parent | 5b30cd43d4c4197f40fde979e4afdd4ff2518442 (diff) |
Clean up unit tests
Diffstat (limited to 'tests/units/Model/TaskDuplicationTest.php')
-rw-r--r-- | tests/units/Model/TaskDuplicationTest.php | 1 |
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'))); |