Total Complexity | 2 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class UrlTest extends TestCase |
||
10 | { |
||
11 | /** |
||
12 | * @return array[] |
||
13 | */ |
||
14 | public function toQueryProvider(): array |
||
21 | ]; |
||
22 | } |
||
23 | |||
24 | /** |
||
25 | * @dataProvider toQueryProvider |
||
26 | * |
||
27 | * @param array $parts |
||
28 | * @param string $expectedResult |
||
29 | */ |
||
30 | public function testToQuery(array $parts, string $expectedResult): void |
||
37 |