You are here

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

DummyStateHandlerTest constructor.

File

vendor/auth0/auth0-php/tests/API/Helpers/State/DummyStateHandlerTest.php, line 24

Class

DummyStateHandlerTest
Class DummyStateHandlerTest

Namespace

Auth0\Tests\Api\Helpers\State

Code

public function __construct() {
  parent::__construct();
  $this->state = new DummyStateHandler();
}