| Total Complexity | 2 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class FormatArrayTest extends TestCase |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @dataProvider provideDataForFormatArray |
||
| 14 | */ |
||
| 15 | public function testFormatArray($expected, $array) : void |
||
| 18 | } |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @return array<int, array<int, string|mixed[]>> |
||
| 22 | */ |
||
| 23 | public function provideDataForFormatArray() : array |
||
| 33 |