Total Complexity | 1 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | abstract class AbstractFunctional extends TestCase |
||
14 | { |
||
15 | /** |
||
16 | * Write spreadsheet to disk, reload and return it. |
||
17 | * |
||
18 | * @param Spreadsheet $spreadsheet |
||
19 | * @param string $format |
||
20 | * |
||
21 | * @return Spreadsheet |
||
22 | */ |
||
23 | protected function writeAndReload(Spreadsheet $spreadsheet, $format) |
||
36 |