summaryrefslogtreecommitdiff
path: root/tests/units/Action/TaskDuplicateAnotherProjectTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/units/Action/TaskDuplicateAnotherProjectTest.php')
-rw-r--r--tests/units/Action/TaskDuplicateAnotherProjectTest.php1
1 files changed, 0 insertions, 1 deletions
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')));