| Total Complexity | 2 |
| Total Lines | 49 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class NormalizerTest extends Unit |
||
| 15 | { |
||
| 16 | public function normalizationDataProvider(): array |
||
| 47 | } |
||
| 48 | |||
| 49 | /** |
||
| 50 | * @param Mapping $mapping |
||
| 51 | * @param array $expectation |
||
| 52 | * |
||
| 53 | * @test |
||
| 54 | * @dataProvider normalizationDataProvider |
||
| 55 | */ |
||
| 56 | public function shouldNormalizeToExpectedStructure(Mapping $mapping, array $expectation): void |
||
| 65 |