ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Protected Member Functions | |
getDispatcherClass () | |
getDataGeneratorClass () | |
Protected Member Functions inherited from FastRoute\Dispatcher\DispatcherTest | |
getDispatcherClass () | |
Delegate dispatcher selection to child test classes. More... | |
getDataGeneratorClass () | |
Delegate dataGenerator selection to child test classes. More... | |
Additional Inherited Members | |
Public Member Functions inherited from FastRoute\Dispatcher\DispatcherTest | |
testFoundDispatches ($method, $uri, $callback, $handler, $argDict) | |
provideFoundDispatchCases More... | |
testNotFoundDispatches ($method, $uri, $callback) | |
provideNotFoundDispatchCases More... | |
testMethodNotAllowedDispatches ($method, $uri, $callback, $availableMethods) | |
provideMethodNotAllowedDispatchCases More... | |
testDuplicateVariableNameError () | |
Cannot use the same placeholder "test" twice More... | |
testDuplicateVariableRoute () | |
Cannot register two routes matching "/user/([^/]+)" for method "GET" More... | |
testDuplicateStaticRoute () | |
Cannot register two routes matching "/user" for method "GET" More... | |
testShadowedStaticRoute () | |
Static route "/user/nikic" is shadowed by previously defined variable route "/user/([^/]+)" for method "GET" More... | |
testCapturing () | |
Regex "(en|de)" for parameter "lang" contains a capturing group More... | |
provideFoundDispatchCases () | |
provideNotFoundDispatchCases () | |
provideMethodNotAllowedDispatchCases () | |
Definition at line 5 of file CharCountBasedTest.php.
|
protected |
Definition at line 12 of file CharCountBasedTest.php.
|
protected |
Definition at line 7 of file CharCountBasedTest.php.