Total Complexity | 2 |
Total Lines | 36 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
7 | class CommentsTest extends AbstractFunctional |
||
8 | { |
||
9 | public function providerFormats() |
||
10 | { |
||
11 | return [ |
||
12 | ['Html'], |
||
13 | ['Xlsx'], |
||
14 | ['Ods'], |
||
15 | ]; |
||
16 | } |
||
17 | |||
18 | /** |
||
19 | * Test load file with comment in sheet to load proper |
||
20 | * count of comments in correct coords. |
||
21 | * |
||
22 | * @dataProvider providerFormats |
||
23 | * |
||
24 | * @param $format |
||
25 | */ |
||
26 | public function testComments($format) |
||
43 | } |
||
44 | } |
||
45 |