From a2d8887421f2369b27b775c871aff9991c3ab090 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 4 Mar 2016 15:11:27 -0500 Subject: Added unit test for Category model --- tests/units/Action/CommentCreationTest.php | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/units/Action/CommentCreationTest.php') diff --git a/tests/units/Action/CommentCreationTest.php b/tests/units/Action/CommentCreationTest.php index 8460a350..042a8f8b 100644 --- a/tests/units/Action/CommentCreationTest.php +++ b/tests/units/Action/CommentCreationTest.php @@ -3,7 +3,6 @@ require_once __DIR__.'/../Base.php'; use Kanboard\Event\GenericEvent; -use Kanboard\Model\Task; use Kanboard\Model\TaskCreation; use Kanboard\Model\Comment; use Kanboard\Model\Project; -- cgit v1.2.3