Documentation

QueueRequestHandlerTest extends TestCase
in package
Uses FactoryTrait

Table of Contents

Properties

$emptyResponseHandler  : RequestHandlerInterface
$responseFactory  : ResponseFactoryInterface
$server  : ServerUtil
$serverRequestFactory  : ServerRequestFactoryInterface
$streamFactory  : StreamFactoryInterface
$uploadedFileFactory  : UploadedFileFactoryInterface
$uriFactory  : UriFactoryInterface
$FACTORIES  : array<string|int, mixed>

Methods

testDispatcher()  : void
testInvalidMiddlewareException()  : void
getDispatcher()  : RequestHandlerInterface
getTestFallbackHandler()  : RequestHandlerInterface
getTestMiddleware()  : MiddlewareInterface
getTestMiddlewareStack()  : array<string|int, mixed>
initFactories()  : void
setUp()  : void

Properties

$emptyResponseHandler

protected RequestHandlerInterface $emptyResponseHandler

$responseFactory

protected ResponseFactoryInterface $responseFactory

$serverRequestFactory

protected ServerRequestFactoryInterface $serverRequestFactory

$streamFactory

protected StreamFactoryInterface $streamFactory

$uploadedFileFactory

protected UploadedFileFactoryInterface $uploadedFileFactory

$FACTORIES

private array<string|int, mixed> $FACTORIES = ['responseFactory' => 'RESPONSE_FACTORY', 'serverRequestFactory' => 'SERVER_REQUEST_FACTORY', 'streamFactory' => 'STREAM_FACTORY', 'uploadedFileFactory' => 'UPLOADED_FILE_FACTORY', 'uriFactory' => 'URI_FACTORY']

Methods

getDispatcher()

protected getDispatcher() : RequestHandlerInterface
Return values
RequestHandlerInterface

getTestFallbackHandler()

protected getTestFallbackHandler() : RequestHandlerInterface
Return values
RequestHandlerInterface

getTestMiddleware()

protected getTestMiddleware() : MiddlewareInterface
Return values
MiddlewareInterface

getTestMiddlewareStack()

protected getTestMiddlewareStack() : array<string|int, mixed>
Return values
array<string|int, mixed>

initFactories()

protected initFactories() : void
Tags
throws
Exception

        
On this page

Search results