PriorityQueueRequestHandlerTest
extends TestCase
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
$emptyResponseHandler
protected
RequestHandlerInterface
$emptyResponseHandler
$responseFactory
protected
ResponseFactoryInterface
$responseFactory
$server
protected
ServerUtil
$server
$serverRequestFactory
protected
ServerRequestFactoryInterface
$serverRequestFactory
$streamFactory
protected
StreamFactoryInterface
$streamFactory
$uploadedFileFactory
protected
UploadedFileFactoryInterface
$uploadedFileFactory
$uriFactory
protected
UriFactoryInterface
$uriFactory
$FACTORIES
private
array<string|int, mixed>
$FACTORIES
= ['responseFactory' => 'RESPONSE_FACTORY', 'serverRequestFactory' => 'SERVER_REQUEST_FACTORY', 'streamFactory' => 'STREAM_FACTORY', 'uploadedFileFactory' => 'UPLOADED_FILE_FACTORY', 'uriFactory' => 'URI_FACTORY']
testHandler()
public
testHandler() : void
testInvalidMiddlewareException()
public
testInvalidMiddlewareException() : void
testNestedHandler()
public
testNestedHandler() : void
getNonPriorityMiddleware()
protected
getNonPriorityMiddleware(int $id) : MiddlewareInterface
Parameters
-
$id
: int
-
Return values
MiddlewareInterface
getPriorityMiddleware()
protected
getPriorityMiddleware(int $priority) : PriorityMiddlewareInterface
Parameters
-
$priority
: int
-
initFactories()
protected
initFactories() : void
-
throws
-
Exception
setUp()
protected
setUp() : void