Total Complexity | 3 |
Total Lines | 35 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
7 | class ColumnWidthTest extends AbstractFunctional |
||
8 | { |
||
9 | public function providerFormats() |
||
13 | ]; |
||
14 | } |
||
15 | |||
16 | /** |
||
17 | * @dataProvider providerFormats |
||
18 | * |
||
19 | * @param $format |
||
20 | */ |
||
21 | public function testReadColumnWidth($format) |
||
32 | } |
||
33 | |||
34 | private function assertColumn(Spreadsheet $spreadsheet) |
||
44 |