Documentation

PriorityQueueRequestHandlerTest 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

testHandler()  : void
testInvalidMiddlewareException()  : void
testNestedHandler()  : void
getNonPriorityMiddleware()  : MiddlewareInterface
getPriorityMiddleware()  : PriorityMiddlewareInterface
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

getNonPriorityMiddleware()

protected getNonPriorityMiddleware(int $id) : MiddlewareInterface
Parameters
$id : int
Return values
MiddlewareInterface

initFactories()

protected initFactories() : void
Tags
throws
Exception

        
On this page

Search results