Total Complexity | 2 |
Total Lines | 41 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
14 | class ExtractParametersUnitTest extends ExtractParametersTestClass |
||
15 | { |
||
16 | |||
17 | /** |
||
18 | * |
||
19 | * {@inheritdoc} |
||
20 | * @see BaseRouterUnitTestClass::getRouter() |
||
21 | */ |
||
22 | protected function getRouter(): RouterInterface |
||
25 | } |
||
26 | |||
27 | /** |
||
28 | * Testing parameter extractor. |
||
29 | */ |
||
30 | public function testValidRouteParameter(): void |
||
57 |