mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-31 12:40:00 +00:00
Update branch and some additional unit tests
This commit is contained in:
@@ -71,6 +71,24 @@ class ArrayFormulaTest extends TestCase
|
||||
'=IFS(FALSE, {1,2,3}, TRUE, {4,5,6})',
|
||||
[[4, 5, 6]],
|
||||
],
|
||||
[
|
||||
'=UNIQUE(
|
||||
{"Grant";"Barbara";"Frances";"Alicia";"Alicia";"Lynn";"Barbara";"Anthony";"Anthony";"Frances"}
|
||||
&" "&
|
||||
{"Fife";"Pruitt";"Horn";"Barrett";"Barrett";"Larson";"Pruitt";"Snook";"Snook";"Horn"}
|
||||
)',
|
||||
[['Grant Fife'], ['Barbara Pruitt'], ['Frances Horn'], ['Alicia Barrett'], ['Lynn Larson'], ['Anthony Snook']],
|
||||
],
|
||||
[
|
||||
'=UNIQUE(
|
||||
{"Grant";"Barbara";"Frances";"Alicia";"Alicia";"Lynn";"Barbara";"Anthony";"Anthony";"Frances"}
|
||||
&" "&
|
||||
{"Fife";"Pruitt";"Horn";"Barrett";"Barrett";"Larson";"Pruitt";"Snook";"Snook";"Horn"},
|
||||
false,
|
||||
true
|
||||
)',
|
||||
[['Grant Fife'], ['Lynn Larson']],
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user