Store PHP sessions in the database
This commit is contained in:
committed by
Frédéric Guillot
parent
421531bd4f
commit
ccd177ada6
@@ -49,7 +49,7 @@ class ApiAccessTokenAuthTest extends Base
|
||||
|
||||
public function testAuthenticateWithToken()
|
||||
{
|
||||
$this->container['sessionStorage']->scope = 'API';
|
||||
$_SESSION['scope'] = 'API';
|
||||
|
||||
$provider = new ApiAccessTokenAuth($this->container);
|
||||
$userModel = new UserModel($this->container);
|
||||
|
||||
Reference in New Issue
Block a user