Total Complexity | 5 |
Total Lines | 43 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
7 | class TypeAttributePreservationTest extends AbstractFunctional |
||
8 | { |
||
9 | public function providerFormulae() |
||
22 | } |
||
23 | |||
24 | /** |
||
25 | * Ensure saved spreadsheets maintain the correct data type. |
||
26 | * |
||
27 | * @dataProvider providerFormulae |
||
28 | * |
||
29 | * @param string $format |
||
30 | * @param array $values |
||
31 | */ |
||
32 | public function testFormulae($format, array $values) |
||
52 |