| Total Complexity | 3 |
| Total Lines | 43 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 9 | abstract class BigSetOfRoutesTestClass extends StaticRoutesTestClass |
||
| 10 | { |
||
| 11 | |||
| 12 | /** |
||
| 13 | * Method provides testing data |
||
| 14 | * |
||
| 15 | * @return array testing data |
||
| 16 | */ |
||
| 17 | public function bigSetOfRoutesDataProvider(): array |
||
| 25 | ] |
||
| 26 | ]; |
||
| 27 | } |
||
| 28 | |||
| 29 | /** |
||
| 30 | * Testing method |
||
| 31 | * |
||
| 32 | * @param int $amount |
||
| 33 | * amount of routes |
||
| 34 | * @dataProvider bigSetOfRoutesDataProvider |
||
| 35 | */ |
||
| 36 | public function testBigSetOfRoutes(int $amount): void |
||
| 54 |