From a2e5d022e5fd652c7e37e9d9550deb3cf2cb41c8 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Tue, 24 May 2016 22:41:13 -0400 Subject: Clean up unit tests --- tests/units/Model/ProjectDuplicationTest.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests/units/Model/ProjectDuplicationTest.php') diff --git a/tests/units/Model/ProjectDuplicationTest.php b/tests/units/Model/ProjectDuplicationTest.php index 14db80bf..4023a28f 100644 --- a/tests/units/Model/ProjectDuplicationTest.php +++ b/tests/units/Model/ProjectDuplicationTest.php @@ -205,7 +205,6 @@ class ProjectDuplicationTest extends Base public function testCloneProjectWithUsers() { $p = new Project($this->container); - $c = new Category($this->container); $pp = new ProjectUserRole($this->container); $u = new User($this->container); $pd = new ProjectDuplication($this->container); @@ -231,7 +230,6 @@ class ProjectDuplicationTest extends Base public function testCloneProjectWithUsersAndOverrideOwner() { $p = new Project($this->container); - $c = new Category($this->container); $pp = new ProjectUserRole($this->container); $u = new User($this->container); $pd = new ProjectDuplication($this->container); @@ -258,7 +256,6 @@ class ProjectDuplicationTest extends Base public function testCloneTeamProjectToPrivatProject() { $p = new Project($this->container); - $c = new Category($this->container); $pp = new ProjectUserRole($this->container); $u = new User($this->container); $pd = new ProjectDuplication($this->container); @@ -287,7 +284,6 @@ class ProjectDuplicationTest extends Base public function testCloneProjectWithGroups() { $p = new Project($this->container); - $c = new Category($this->container); $pd = new ProjectDuplication($this->container); $userModel = new User($this->container); $groupModel = new Group($this->container); @@ -420,7 +416,6 @@ class ProjectDuplicationTest extends Base { $p = new Project($this->container); $pd = new ProjectDuplication($this->container); - $s = new Swimlane($this->container); $tc = new TaskCreation($this->container); $tf = new TaskFinder($this->container); -- cgit v1.2.3