| Total Complexity | 2 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | final class FqcnRemoverTest extends TestCase |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @return array<string,array{string,string}> |
||
|
|
|||
| 14 | */ |
||
| 15 | public function dataProvider(): array |
||
| 29 | ], |
||
| 30 | ]; |
||
| 31 | } |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @dataProvider dataProvider |
||
| 35 | */ |
||
| 36 | public function testFqcnRemover(string $input, string $expected): void |
||
| 43 |