From a2e5d022e5fd652c7e37e9d9550deb3cf2cb41c8 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Tue, 24 May 2016 22:41:13 -0400 Subject: Clean up unit tests --- tests/units/Model/TaskDuplicationTest.php | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/units/Model/TaskDuplicationTest.php') 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'))); -- cgit v1.2.3