public function DummyStateHandlerTest::testStateIssuedCorrectly in Auth0 Single Sign On 8.2
Test that the state issued is null.
File
- vendor/
auth0/ auth0-php/ tests/ API/ Helpers/ State/ DummyStateHandlerTest.php, line 33
Class
- DummyStateHandlerTest
- Class DummyStateHandlerTest
Namespace
Auth0\Tests\Api\Helpers\StateCode
public function testStateIssuedCorrectly() {
$this
->assertNull($this->state
->issue());
}