| Total Complexity | 3 |
| Total Lines | 42 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | class BigSetOfRoutesUnitTest extends TestCase |
||
| 8 | { |
||
| 9 | |||
| 10 | /** |
||
| 11 | * Method provides testing data |
||
| 12 | * |
||
| 13 | * @return array testing data |
||
| 14 | */ |
||
| 15 | public function bigSetOfRoutesDataProvider(): array |
||
| 23 | ] |
||
| 24 | ]; |
||
| 25 | } |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Testing method |
||
| 29 | * |
||
| 30 | * @param int $amount |
||
| 31 | * amount of routes |
||
| 32 | * @dataProvider bigSetOfRoutesDataProvider |
||
| 33 | */ |
||
| 34 | public function testBigSetOfRoutes(int $amount): void |
||
| 51 |