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/TaskDuplicateAnotherProjectTest.php | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/units/Action/TaskDuplicateAnotherProjectTest.php') diff --git a/tests/units/Action/TaskDuplicateAnotherProjectTest.php b/tests/units/Action/TaskDuplicateAnotherProjectTest.php index d9491dd9..d5f99ec9 100644 --- a/tests/units/Action/TaskDuplicateAnotherProjectTest.php +++ b/tests/units/Action/TaskDuplicateAnotherProjectTest.php @@ -39,7 +39,6 @@ class TaskDuplicateAnotherProjectTest extends Base public function testWithWrongColumn() { $projectModel = new Project($this->container); - $taskCreationModel = new TaskCreation($this->container); $this->assertEquals(1, $projectModel->create(array('name' => 'test1'))); $this->assertEquals(2, $projectModel->create(array('name' => 'test2'))); -- cgit v1.2.3