From d5c95e8240639975f61f726e9722900a8d54611f Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Wed, 4 May 2016 22:52:08 -0400 Subject: Added automated action to change task color based on the priority --- tests/units/Action/CommentCreationMoveTaskColumnTest.php | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/units/Action/CommentCreationMoveTaskColumnTest.php') 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'))); -- cgit v1.2.3