PhpSpreadsheet/tests/PhpSpreadsheetTests/Calculation/Functions
oleibman cb8ee73355
Cache Results for Tests Involving NOW and TODAY Functions (#2311)
My bulletproofing of these tests was not yet sufficient. Although I have never had a failure in probably thousands of tests, one user submitted a PR which did fail testing NOW, fortunately not in a test that is required to pass. The problem is that it is not sufficient merely to set the cell value inside a do-while loop; it is necessary to calculate it in order to cache its result so that results based on that cell will be internally consistent.

No source code is changed for this PR, just some tests.
2021-10-03 11:06:47 -07:00
..
Database Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
DateTime Cache Results for Tests Involving NOW and TODAY Functions (#2311) 2021-10-03 11:06:47 -07:00
Engineering Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
Financial Additional unit tests for negative interest rates in the financial functions, and also tests using negative present/future value arguments (#2166) 2021-06-16 14:16:48 +02:00
Logical Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
LookupRef Minor Improvement to Test Cleanup LookupRef 2021-05-14 10:30:49 +02:00
MathTrig 2 Tests vs. Scrutinizer/Phpstan 2021-07-01 11:15:02 +02: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