PhpSpreadsheet/tests/data/Calculation/Logical
Mark Baker 1c6f0b8a9d
Improved tests (#1110)
* Merge branch 'master' of C:\Projects\PHPOffice\PHPSpreadsheet\develop with conflicts.

* New statistical tests

* Sniffs

* Additional statistical function unit tests

* Additional statistical function unit tests

* Fix case-sensitivity

* Fix HARMEAN code logic

* Unit tests refactored into individual files for all logical functions
Implemented IFNA()

* Fix silly typo

* NOT needs ...args to allow for test when no argument passed

* Codestyle

* Use instance asserts
2019-07-26 22:21:17 +02:00
..
AND.php Add further new Functions introduced in MS Excel 2013 and 2016 (#608) 2018-07-22 19:17:04 +01:00
IF.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
IFERROR.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
IFNA.php Improved tests (#1110) 2019-07-26 22:21:17 +02:00
NOT.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
OR.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
SWITCH.php Calculation :: Added switch function (#983) 2019-05-30 09:14:58 +02:00
XOR.php Add further new Functions introduced in MS Excel 2013 and 2016 (#608) 2018-07-22 19:17:04 +01:00