ChainFactoryTest
extends TestCase
in package
Tags
Table of Contents
- testItCreatesAChainOfCallablesThatWillInvokeAllMiddlewares() : void
- testItThrowsAnExceptionIfAnythingOtherThanAMiddlewareIsPassed() : void
- givenAMiddleware() : Middleware
Methods
testItCreatesAChainOfCallablesThatWillInvokeAllMiddlewares()
public
testItCreatesAChainOfCallablesThatWillInvokeAllMiddlewares() : void
Tags
Return values
void —testItThrowsAnExceptionIfAnythingOtherThanAMiddlewareIsPassed()
public
testItThrowsAnExceptionIfAnythingOtherThanAMiddlewareIsPassed() : void
Tags
Return values
void —givenAMiddleware()
private
givenAMiddleware(string $exampleValue) : Middleware
Parameters
- $exampleValue : string