diff options
Diffstat (limited to 'tests/units/Action/CommentCreationMoveTaskColumnTest.php')
-rw-r--r-- | tests/units/Action/CommentCreationMoveTaskColumnTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/units/Action/CommentCreationMoveTaskColumnTest.php b/tests/units/Action/CommentCreationMoveTaskColumnTest.php index 6464639e..9615865d 100644 --- a/tests/units/Action/CommentCreationMoveTaskColumnTest.php +++ b/tests/units/Action/CommentCreationMoveTaskColumnTest.php @@ -40,7 +40,6 @@ class CommentCreationMoveTaskColumnTest extends Base public function testWithUserNotLogged() { $projectModel = new Project($this->container); - $commentModel = new Comment($this->container); $taskCreationModel = new TaskCreation($this->container); $this->assertEquals(1, $projectModel->create(array('name' => 'test1'))); |