PhpSpreadsheet/tests/PhpSpreadsheetTests/Calculation/Functions/Information
Mark Baker 35b65bef8c
First steps toward array-enabling the information functions (#2608)
* First steps toward array-enabling the information functions

Also includes moving unit tests out from Functions and into a separate, dedicated Information folder

* Resolve issue with IF(), branch pruning and calculation cache (ensure that we don't convert the if condition to a bool before we've tested to see if it evaluates to an error)
More refactoring
2022-02-20 16:46:25 +01:00
..
IsBlankTest.php First steps toward array-enabling the information functions (#2608) 2022-02-20 16:46:25 +01:00
IsErrTest.php First steps toward array-enabling the information functions (#2608) 2022-02-20 16:46:25 +01:00
IsErrorTest.php First steps toward array-enabling the information functions (#2608) 2022-02-20 16:46:25 +01:00
IsEvenTest.php First steps toward array-enabling the information functions (#2608) 2022-02-20 16:46:25 +01:00
IsLogicalTest.php First steps toward array-enabling the information functions (#2608) 2022-02-20 16:46:25 +01:00
IsNaTest.php First steps toward array-enabling the information functions (#2608) 2022-02-20 16:46:25 +01:00
IsNonTextTest.php First steps toward array-enabling the information functions (#2608) 2022-02-20 16:46:25 +01:00
IsNumberTest.php First steps toward array-enabling the information functions (#2608) 2022-02-20 16:46:25 +01:00
IsOddTest.php First steps toward array-enabling the information functions (#2608) 2022-02-20 16:46:25 +01:00
IsTextTest.php First steps toward array-enabling the information functions (#2608) 2022-02-20 16:46:25 +01:00
NTest.php First steps toward array-enabling the information functions (#2608) 2022-02-20 16:46:25 +01:00
TypeTest.php First steps toward array-enabling the information functions (#2608) 2022-02-20 16:46:25 +01:00