diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-03-04 15:11:27 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-03-04 15:11:27 -0500 |
commit | a2d8887421f2369b27b775c871aff9991c3ab090 (patch) | |
tree | 75c997c5244c97a1a3b02ec0e97d0dc6536afceb /tests/units/Action/CommentCreationTest.php | |
parent | 4df6f534a163806cb0ee2cee601bb54d1c3ca190 (diff) |
Added unit test for Category model
Diffstat (limited to 'tests/units/Action/CommentCreationTest.php')
-rw-r--r-- | tests/units/Action/CommentCreationTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
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; |