File tree 1 file changed +3
-8
lines changed
tests/PhpSpreadsheetTests/Writer/Xlsx
1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 4
4
5
5
use PhpOffice \PhpSpreadsheet \Cell \DataType ;
6
6
use PhpOffice \PhpSpreadsheet \Spreadsheet ;
7
- use PhpOffice \PhpSpreadsheet \Style \Conditional ;
8
- use PhpOffice \PhpSpreadsheet \Style \ConditionalFormatting \Wizard ;
9
- use PhpOffice \PhpSpreadsheet \Style \Fill ;
10
- use PhpOffice \PhpSpreadsheet \Style \Style ;
11
7
use PhpOffice \PhpSpreadsheet \Writer \Xlsx ;
12
8
use PhpOffice \PhpSpreadsheetTests \Functional \AbstractFunctional ;
13
9
14
10
class ArrayFormulaPrefixTest extends AbstractFunctional
15
11
{
16
-
17
12
protected function setUp (): void
18
13
{
19
14
parent ::setUp ();
@@ -22,7 +17,7 @@ protected function setUp(): void
22
17
/**
23
18
* Test to ensure that xlfn prefix is being added to functions
24
19
* included in an array formula, if appropriate.
25
- * @return void
20
+ *
26
21
* @throws \PhpOffice\PhpSpreadsheet\Exception
27
22
*/
28
23
public function testWriteArrayFormulaTextJoin (): void
@@ -57,8 +52,8 @@ public function testWriteArrayFormulaTextJoin(): void
57
52
58
53
/**
59
54
* Certain functions do not have the xlfn prefix applied. Test an array formula
60
- * that includes those functions to see if they are written properly
61
- * @return void
55
+ * that includes those functions to see if they are written properly.
56
+ *
62
57
* @throws \PhpOffice\PhpSpreadsheet\Exception
63
58
*/
64
59
public function testWriteArrayFormulaWithoutPrefix (): void
You can’t perform that action at this time.
0 commit comments