summaryrefslogtreecommitdiff
path: root/tests/units/Action/CommentCreationTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/units/Action/CommentCreationTest.php')
-rw-r--r--tests/units/Action/CommentCreationTest.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/units/Action/CommentCreationTest.php b/tests/units/Action/CommentCreationTest.php
index 042a8f8b..a2e52dc6 100644
--- a/tests/units/Action/CommentCreationTest.php
+++ b/tests/units/Action/CommentCreationTest.php
@@ -46,7 +46,6 @@ class CommentCreationTest extends Base
{
$userModel = new User($this->container);
$projectModel = new Project($this->container);
- $projectUserRoleModel = new ProjectUserRole($this->container);
$commentModel = new Comment($this->container);
$taskCreationModel = new TaskCreation($this->container);
@@ -74,8 +73,6 @@ class CommentCreationTest extends Base
{
$userModel = new User($this->container);
$projectModel = new Project($this->container);
- $projectUserRoleModel = new ProjectUserRole($this->container);
- $commentModel = new Comment($this->container);
$taskCreationModel = new TaskCreation($this->container);
$this->assertEquals(1, $projectModel->create(array('name' => 'test1')));