Table of Contents
Properties
-
$REDIRECT
: mixed
-
$session
: mixed
-
$USER
: mixed
Methods
-
setUpBeforeClass()
: void
-
testConstructorCustomDefaultRedirect()
: mixed
-
testConstructorCustomLoginPath()
: mixed
-
testConstructorDefault()
: mixed
-
testEndUserSession()
: mixed
-
testStartUserLogin()
: mixed
-
testStartUserLoginWithLoggedInUser()
: mixed
-
testStartUserSession()
: mixed
-
assertLocationHeader()
: mixed
-
createRequest()
: ServerRequestInterface
-
getAppInstance()
: App
-
getSession()
: Session
-
setUp()
: void
-
getManager()
: Manager
$REDIRECT
private
static mixed
$REDIRECT
$session
private
mixed
$session
$USER
private
static mixed
$USER
setUpBeforeClass()
public
static setUpBeforeClass() : void
testConstructorCustomDefaultRedirect()
public
testConstructorCustomDefaultRedirect() : mixed
testConstructorCustomLoginPath()
public
testConstructorCustomLoginPath() : mixed
testConstructorDefault()
public
testConstructorDefault() : mixed
testEndUserSession()
public
testEndUserSession() : mixed
testStartUserLogin()
public
testStartUserLogin() : mixed
testStartUserLoginWithLoggedInUser()
public
testStartUserLoginWithLoggedInUser() : mixed
testStartUserSession()
public
testStartUserSession() : mixed
protected
assertLocationHeader(mixed $expectedLocation, ResponseInterface $response[, string $message = "" ]) : mixed
Parameters
-
$expectedLocation
: mixed
-
-
$response
: ResponseInterface
-
-
$message
: string
= ""
-
createRequest()
protected
createRequest(string $method, string $path[, array<string|int, mixed> $headers = ["HTTP_ACCEPT" => "application/json"] ][, array<string|int, mixed>|null $body = null ][, array<string|int, mixed> $cookies = [] ][, array<string|int, mixed> $serverParams = [] ]) : ServerRequestInterface
Parameters
-
$method
: string
-
-
$path
: string
-
-
$headers
: array<string|int, mixed>
= ["HTTP_ACCEPT" => "application/json"]
-
-
$body
: array<string|int, mixed>|null
= null
-
-
$cookies
: array<string|int, mixed>
= []
-
-
$serverParams
: array<string|int, mixed>
= []
-
Return values
ServerRequestInterface
getAppInstance()
protected
getAppInstance() : App
getSession()
protected
getSession() : Session
setUp()
protected
setUp() : void
getManager()
private
getManager(mixed ...$args) : Manager
Parameters
-
$args
: mixed
-