PhpSpreadsheet/tests
Jorge Casas 156ab360fe
Fixed Functions->ifCondition for allowing <> and empty condition
In cells with formulas containing conditions like `=IFSUM(A1:A3;"";B1:B3)`
to sum cells from range A1:A3 with empty value in range B1:B3, the function
`Functions::ifCondition()` create in this case the code `=""""` instead of
`=""`, so it didn't work.

Closes #1206
2019-11-17 21:03:11 +01:00
..
PhpSpreadsheetTests Add ReferenceHelper::cellSort and ReferenceHelper::cellReverseSort tests 2019-11-17 20:50:55 +01:00
data Fixed Functions->ifCondition for allowing <> and empty condition 2019-11-17 21:03:11 +01:00
bootstrap.php Simplify bootstrap for tests 2017-01-23 15:05:41 +09:00