Total Complexity | 2 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | class GetVariableTypeTest extends TestCase |
||
13 | { |
||
14 | /** |
||
15 | * @param mixed $value |
||
16 | * |
||
17 | * @dataProvider provideDataForFormatVariable |
||
18 | */ |
||
19 | public function testFormatVariable(string $expected, $value) : void |
||
22 | } |
||
23 | |||
24 | /** |
||
25 | * @return array<int, array<int, mixed>> |
||
26 | */ |
||
27 | public function provideDataForFormatVariable() : array |
||
43 |