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/TaskAssignUserTest.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/units/Action/TaskAssignUserTest.php') diff --git a/tests/units/Action/TaskAssignUserTest.php b/tests/units/Action/TaskAssignUserTest.php index 31404c0b..d723ed2b 100644 --- a/tests/units/Action/TaskAssignUserTest.php +++ b/tests/units/Action/TaskAssignUserTest.php @@ -41,11 +41,8 @@ class TaskAssignUserTest extends Base public function testWithNotAssignableUser() { - $userModel = new User($this->container); $projectModel = new Project($this->container); - $projectUserRoleModel = new ProjectUserRole($this->container); $taskCreationModel = new TaskCreation($this->container); - $taskFinderModel = new TaskFinder($this->container); $this->assertEquals(1, $projectModel->create(array('name' => 'test1'))); $this->assertEquals(1, $taskCreationModel->create(array('project_id' => 1, 'title' => 'test'))); -- cgit v1.2.3