summaryrefslogtreecommitdiff
path: root/tests/units/Core/Action/ActionManagerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/units/Core/Action/ActionManagerTest.php')
-rw-r--r--tests/units/Core/Action/ActionManagerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/units/Core/Action/ActionManagerTest.php b/tests/units/Core/Action/ActionManagerTest.php
index 4878c0c9..cf6a88d4 100644
--- a/tests/units/Core/Action/ActionManagerTest.php
+++ b/tests/units/Core/Action/ActionManagerTest.php
@@ -116,7 +116,7 @@ class ActionManagerTest extends Base
public function testAttachEventsWithLoggedUser()
{
- $this->container['sessionStorage']->user = array('id' => 1);
+ $_SESSION['user'] = array('id' => 1);
$projectModel = new ProjectModel($this->container);
$projectUserRoleModel = new ProjectUserRoleModel($this->container);