diff options
Diffstat (limited to 'tests/units/Validator/UserValidatorTest.php')
-rw-r--r-- | tests/units/Validator/UserValidatorTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/units/Validator/UserValidatorTest.php b/tests/units/Validator/UserValidatorTest.php index 64c76175..ae9c94da 100644 --- a/tests/units/Validator/UserValidatorTest.php +++ b/tests/units/Validator/UserValidatorTest.php @@ -11,7 +11,7 @@ class UserValidatorTest extends Base { $userValidator = new UserValidator($this->container); - $this->container['sessionStorage']->user = array( + $_SESSION['user'] = array( 'id' => 1, 'role' => Role::APP_ADMIN, 'username' => 'admin', |