Total Complexity | 3 |
Total Lines | 43 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
11 | class BigSetOfRoutesUnitTest extends TestCase |
||
12 | { |
||
13 | |||
14 | /** |
||
15 | * Method provides testing data |
||
16 | * |
||
17 | * @return array testing data |
||
18 | */ |
||
19 | public function bigSetOfRoutesDataProvider(): array |
||
27 | ] |
||
28 | ]; |
||
29 | } |
||
30 | |||
31 | /** |
||
32 | * Testing method |
||
33 | * |
||
34 | * @param int $amount |
||
35 | * amount of routes |
||
36 | * @dataProvider bigSetOfRoutesDataProvider |
||
37 | */ |
||
38 | public function testBigSetOfRoutes(int $amount): void |
||
56 |