PhpSpreadsheet/tests/data/Calculation/LookupRef
oleibman 5d1ab39def
Replace Tests With Unneeded Mocking (#2465)
Replace mock tests with real ones when possible. The original tests are all still present; they just take place in a more representative scenario.

After this, there will be 4 remaining uses of mocking. Of these, 3 are needed for scenarios which are otherwise hard to test - WebServiceTest, CellsTest, and SampleCoverageTest. For the other one, AutoFilterTest, I just can't figure out what it's trying to accomplish, so have left it alone.

This change is almost entirely restricted to tests. There is a one-line change in src. When the first argument passed to OFFSET is null or nullstring, the returned value is currently 0. However, according to the documentation for Excel, it should be `#VALUE!`. The code is changed accordingly.
2021-12-31 13:24:43 -08:00
..
ADDRESS.php Resolve default values when a null argument is passed for HLOOKUP(), VLOOKUP() and ADDRESS() functions 2021-05-27 12:02:38 +02:00
CHOOSE.php Lookup functions additional unit tests (#2074) 2021-05-07 23:40:30 +02:00
COLUMN.php Improved Support for INDIRECT, ROW, and COLUMN Functions (#2004) 2021-04-20 22:16:21 +02:00
COLUMNS.php COLUMNS and ROWS functions crashed in some cases 2018-01-13 18:01:50 +09:00
COLUMNSonSpreadsheet.php Improved Support for INDIRECT, ROW, and COLUMN Functions (#2004) 2021-04-20 22:16:21 +02:00
COLUMNonSpreadsheet.php Improved Support for INDIRECT, ROW, and COLUMN Functions (#2004) 2021-04-20 22:16:21 +02:00
FORMULATEXT.php Replace Tests With Unneeded Mocking (#2465) 2021-12-31 13:24:43 -08:00
HLOOKUP.php Corrections for HLOOKUP Function (#2330) 2021-10-23 17:59:42 -07:00
HYPERLINK.php Replace Tests With Unneeded Mocking (#2465) 2021-12-31 13:24:43 -08:00
INDEX.php Issue 2066, highlighting more validation needed for LookupRef Functions (#2069) 2021-05-07 11:20:38 +02:00
INDIRECT.php Improved Support for INDIRECT, ROW, and COLUMN Functions (#2004) 2021-04-20 22:16:21 +02:00
IndirectDefinedName.xlsx Improved Support for INDIRECT, ROW, and COLUMN Functions (#2004) 2021-04-20 22:16:21 +02:00
IndirectFormulaSelection.xlsx Improved Support for INDIRECT, ROW, and COLUMN Functions (#2004) 2021-04-20 22:16:21 +02:00
LOOKUP.php Start refactoring the Lookup and Reference functions (#1912) 2021-03-10 21:18:33 +01:00
MATCH.php Fixes #2430 (#2431) 2021-12-04 08:07:18 -08:00
OFFSET.php Replace Tests With Unneeded Mocking (#2465) 2021-12-31 13:24:43 -08:00
ROW.php Improved Support for INDIRECT, ROW, and COLUMN Functions (#2004) 2021-04-20 22:16:21 +02:00
ROWS.php COLUMNS and ROWS functions crashed in some cases 2018-01-13 18:01:50 +09:00
ROWSonSpreadsheet.php Improved Support for INDIRECT, ROW, and COLUMN Functions (#2004) 2021-04-20 22:16:21 +02:00
ROWonSpreadsheet.php Improved Support for INDIRECT, ROW, and COLUMN Functions (#2004) 2021-04-20 22:16:21 +02:00
TRANSPOSE.php Start refactoring the Lookup and Reference functions (#1912) 2021-03-10 21:18:33 +01:00
VLOOKUP.php Typehinting to keep phpstan happy 2021-05-29 13:35:42 +02:00