FusionAuthClientTest
extends TestCase
in package
FinalYes
Tags
Table of Contents
Properties
- $applicationId : string
- $client : FusionAuthClient
- $userId : string
Methods
- testCanHandleApplications() : void
- testCanHandleUsers() : void
- testCanLogoutWithBogusToken() : void
- testCanLogoutWithoutRefreshToken() : void
- testCanLogoutWithRefreshToken() : void
- setUp() : void
- tearDown() : void
- handleResponse() : void
Properties
$applicationId
private
string
$applicationId
$client
private
FusionAuthClient
$client
$userId
private
string
$userId
Methods
testCanHandleApplications()
public
testCanHandleApplications() : void
Tags
testCanHandleUsers()
public
testCanHandleUsers() : void
Tags
testCanLogoutWithBogusToken()
public
testCanLogoutWithBogusToken() : void
Tags
testCanLogoutWithoutRefreshToken()
public
testCanLogoutWithoutRefreshToken() : void
Tags
testCanLogoutWithRefreshToken()
public
testCanLogoutWithRefreshToken() : void
Tags
setUp()
protected
setUp() : void
tearDown()
protected
tearDown() : void
handleResponse()
private
handleResponse(mixed $response) : void
Parameters
- $response : mixed
-
ClientResponse