Total Complexity | 2 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class CellTest extends TestCase |
||
9 | { |
||
10 | /** |
||
11 | * @dataProvider providerSetValueExplicit |
||
12 | * |
||
13 | * @param mixed $expected |
||
14 | * @param mixed $value |
||
15 | * @param string $dataType |
||
16 | */ |
||
17 | public function testSetValueExplicit($expected, $value, string $dataType) |
||
24 | } |
||
25 | |||
26 | public function providerSetValueExplicit() |
||
31 |