Total Complexity | 2 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class PathTest extends CommonTestClass |
||
11 | { |
||
12 | /** |
||
13 | * @param array<string> $from |
||
14 | * @param string $to |
||
15 | * @dataProvider transformProvider |
||
16 | */ |
||
17 | public function testPaths(/** @scrutinizer ignore-unused */array $from, string $to): void |
||
23 | } |
||
24 | |||
25 | public function transformProvider(): array |
||
46 |