You are here

public function SessionStateHandlerTest::__construct in Auth0 Single Sign On 8.2

SessionStateHandlerTest constructor.

Return value

void

File

vendor/auth0/auth0-php/tests/API/Helpers/State/SessionStateHandlerTest.php, line 34

Class

SessionStateHandlerTest
Class SessionStateHandlerTest

Namespace

Auth0\Tests\Api\Helpers\State

Code

public function __construct() {
  parent::__construct();
  $this->sessionStore = new SessionStore();
  $this->stateHandler = new SessionStateHandler($this->sessionStore);
}