ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
FastRoute\Dispatcher\GroupCountBasedTest Class Reference
+ Inheritance diagram for FastRoute\Dispatcher\GroupCountBasedTest:
+ Collaboration diagram for FastRoute\Dispatcher\GroupCountBasedTest:

Protected Member Functions

 getDispatcherClass ()
 Delegate dispatcher selection to child test classes. More...
 
 getDataGeneratorClass ()
 Delegate dataGenerator selection to child test classes. More...
 
 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)
 @dataProvider provideFoundDispatchCases More...
 
 testNotFoundDispatches ($method, $uri, $callback)
 @dataProvider provideNotFoundDispatchCases More...
 
 testMethodNotAllowedDispatches ($method, $uri, $callback, $availableMethods)
 @dataProvider provideMethodNotAllowedDispatchCases More...
 
 testDuplicateVariableNameError ()
 @expectedException \FastRoute\BadRouteException @expectedExceptionMessage Cannot use the same placeholder "test" twice More...
 
 testDuplicateVariableRoute ()
 @expectedException \FastRoute\BadRouteException @expectedExceptionMessage Cannot register two routes matching "/user/([^/]+)" for method "GET" More...
 
 testDuplicateStaticRoute ()
 @expectedException \FastRoute\BadRouteException @expectedExceptionMessage Cannot register two routes matching "/user" for method "GET" More...
 
 testShadowedStaticRoute ()
 @expectedException \FastRoute\BadRouteException @expectedExceptionMessage Static route "/user/nikic" is shadowed by previously defined variable route "/user/([^/]+)" for method "GET" More...
 
 testCapturing ()
 @expectedException \FastRoute\BadRouteException @expectedExceptionMessage Regex "(en|de)" for parameter "lang" contains a capturing group More...
 
 provideFoundDispatchCases ()
 
 provideNotFoundDispatchCases ()
 
 provideMethodNotAllowedDispatchCases ()
 

Detailed Description

Definition at line 5 of file GroupCountBasedTest.php.

Member Function Documentation

◆ getDataGeneratorClass()

FastRoute\Dispatcher\GroupCountBasedTest::getDataGeneratorClass ( )
protected

Delegate dataGenerator selection to child test classes.

Reimplemented from FastRoute\Dispatcher\DispatcherTest.

Definition at line 12 of file GroupCountBasedTest.php.

13 {
14 return 'FastRoute\\DataGenerator\\GroupCountBased';
15 }

◆ getDispatcherClass()

FastRoute\Dispatcher\GroupCountBasedTest::getDispatcherClass ( )
protected

Delegate dispatcher selection to child test classes.

Reimplemented from FastRoute\Dispatcher\DispatcherTest.

Definition at line 7 of file GroupCountBasedTest.php.

8 {
9 return 'FastRoute\\Dispatcher\\GroupCountBased';
10 }

The documentation for this class was generated from the following file: