Methods

testFoundDispatches()

testFoundDispatches(  $method,   $uri,   $callback,   $handler,   $argDict) 

Parameters

$method
$uri
$callback
$handler
$argDict

testNotFoundDispatches()

testNotFoundDispatches(  $method,   $uri,   $callback) 

Parameters

$method
$uri
$callback

testMethodNotAllowedDispatches()

testMethodNotAllowedDispatches(  $method,   $uri,   $callback,   $availableMethods) 

Parameters

$method
$uri
$callback
$availableMethods

testDuplicateVariableNameError()

testDuplicateVariableNameError() 

testDuplicateVariableRoute()

testDuplicateVariableRoute() 

testDuplicateStaticRoute()

testDuplicateStaticRoute() 

testShadowedStaticRoute()

testShadowedStaticRoute() 

testCapturing()

testCapturing() 

provideFoundDispatchCases()

provideFoundDispatchCases() 

provideNotFoundDispatchCases()

provideNotFoundDispatchCases() 

provideMethodNotAllowedDispatchCases()

provideMethodNotAllowedDispatchCases() 

setUp()

setUp() 

getDispatcherClass()

getDispatcherClass() 

Delegate dispatcher selection to child test classes

getDataGeneratorClass()

getDataGeneratorClass() 

Delegate dataGenerator selection to child test classes

generateDispatcherOptions()

generateDispatcherOptions() 

Set appropriate options for the specific Dispatcher class we're testing