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