PhpSpreadsheet/tests/PhpSpreadsheetTests/Calculation/Functions
MarkBaker ec2ca1764f The `WORKDAY()` function accepts 2 "static" arguments that could be passed as arrays; but also accepts a set of trailing date arguments that are accepted as an array by the splat operator. Only the first two arguments should be tested for returning array values; but the logic still needs to work with the full argument set.
Provide a separate "subset" method in the `ArrayEnabled` Trait, that allows a subset of arguments to be tested for array returns.

Set up basic tests for `WORKDAY()`
2022-02-10 15:37:45 +01:00
..
Database Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
DateTime The `WORKDAY()` function accepts 2 "static" arguments that could be passed as arrays; but also accepts a set of trailing date arguments that are accepted as an array by the splat operator. Only the first two arguments should be tested for returning array values; but the logic still needs to work with the full argument set. 2022-02-10 15:37:45 +01:00
Engineering Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
Financial Refinement for XIRR (#2487) 2022-01-13 19:31:46 -08:00
Logical Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
LookupRef Replace Tests With Unneeded Mocking (#2465) 2021-12-31 13:24:43 -08:00
MathTrig Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
Statistical Fix for Issue 2158 (AverageIf Calculation Problem) (#2160) 2021-06-15 09:54:57 +02:00
TextData TextData - Minor Changes, Test Coverage (#2151) 2021-06-15 08:37:17 +02:00
Web Initial implementation of the URLENCODE() web function (#2031) 2021-04-28 17:10:36 +02:00