PhpSpreadsheet/tests/PhpSpreadsheetTests/Calculation/Functions/TextData
oleibman 6c1651e995
Floating-point Equality in Two Tests (#3064)
* Floating-point Equality in Two Tests

Merging a change today, Git reported failures that did not occur during "normal" unit testing. The merge still succeeded, but ... The problem was an error comparing float values for equal, and the inequality occurred beyond the 14th decimal digit. Change the tests in question, which incidentally were not part of the merged changed, to use assertEqualsWithDelta.

* Egad - 112 More Precision-related Problems

Spread across 9 test members.
2022-09-14 09:05:01 -07:00
..
AllSetupTeardown.php TextData - Minor Changes, Test Coverage (#2151) 2021-06-15 08:37:17 +02:00
ArrayToTextTest.php Initial work on the ARRAYTOTEXT() Excel Function 2022-08-04 22:43:36 +02:00
CharNonPrintableTest.php TextData - Minor Changes, Test Coverage (#2151) 2021-06-15 08:37:17 +02:00
CharTest.php Text function array value tests, plus some cleanup 2022-02-11 12:34:29 +01:00
CleanTest.php FIND(), SEARCH(), LEFT(), RIGHT, MID(), CLEAN(), TRIM(), TEXTJOIN() and REPT() functions 2022-02-11 18:56:21 +01:00
CodeTest.php Style and phpstan cleanups 2022-02-11 13:55:52 +01:00
ConcatenateTest.php Ensure multiplication is performed on a non-array value (#2964) 2022-08-06 17:28:26 -07:00
DeprecatedTest.php TextData - Minor Changes, Test Coverage (#2151) 2021-06-15 08:37:17 +02:00
DollarTest.php All Text functions made array-ready 2022-02-12 12:22:31 +01:00
ExactTest.php All Text functions made array-ready 2022-02-12 12:22:31 +01:00
FindTest.php FIND(), SEARCH(), LEFT(), RIGHT, MID(), CLEAN(), TRIM(), TEXTJOIN() and REPT() functions 2022-02-11 18:56:21 +01:00
FixedTest.php All Text functions made array-ready 2022-02-12 12:22:31 +01:00
LeftTest.php FIND(), SEARCH(), LEFT(), RIGHT, MID(), CLEAN(), TRIM(), TEXTJOIN() and REPT() functions 2022-02-11 18:56:21 +01:00
LenTest.php All Text functions made array-ready 2022-02-12 12:22:31 +01:00
LowerTest.php Text function array value tests, plus some cleanup 2022-02-11 12:34:29 +01:00
MidTest.php FIND(), SEARCH(), LEFT(), RIGHT, MID(), CLEAN(), TRIM(), TEXTJOIN() and REPT() functions 2022-02-11 18:56:21 +01:00
NumberValueTest.php Floating-point Equality in Two Tests (#3064) 2022-09-14 09:05:01 -07:00
OpenOfficeTest.php TextData - Minor Changes, Test Coverage (#2151) 2021-06-15 08:37:17 +02:00
ProperTest.php Text function array value tests, plus some cleanup 2022-02-11 12:34:29 +01:00
ReplaceTest.php All Text functions made array-ready 2022-02-12 12:22:31 +01:00
ReptTest.php FIND(), SEARCH(), LEFT(), RIGHT, MID(), CLEAN(), TRIM(), TEXTJOIN() and REPT() functions 2022-02-11 18:56:21 +01:00
RightTest.php FIND(), SEARCH(), LEFT(), RIGHT, MID(), CLEAN(), TRIM(), TEXTJOIN() and REPT() functions 2022-02-11 18:56:21 +01:00
SearchTest.php FIND(), SEARCH(), LEFT(), RIGHT, MID(), CLEAN(), TRIM(), TEXTJOIN() and REPT() functions 2022-02-11 18:56:21 +01:00
SubstituteTest.php All Text functions made array-ready 2022-02-12 12:22:31 +01:00
TTest.php All Text functions made array-ready 2022-02-12 12:22:31 +01:00
TextAfterTest.php Allow multiple delimiters for `TEXTBEFORE()` and `TEXTAFTER()` functions 2022-07-30 10:27:31 +02:00
TextBeforeTest.php Allow multiple delimiters for `TEXTBEFORE()` and `TEXTAFTER()` functions 2022-07-30 10:27:31 +02:00
TextJoinTest.php FIND(), SEARCH(), LEFT(), RIGHT, MID(), CLEAN(), TRIM(), TEXTJOIN() and REPT() functions 2022-02-11 18:56:21 +01:00
TextSplitTest.php Initial implementation of the `TEXTSPLIT()` Excel Function 2022-08-02 19:05:43 +02:00
TextTest.php All Text functions made array-ready 2022-02-12 12:22:31 +01:00
TrimTest.php FIND(), SEARCH(), LEFT(), RIGHT, MID(), CLEAN(), TRIM(), TEXTJOIN() and REPT() functions 2022-02-11 18:56:21 +01:00
UpperTest.php Text function array value tests, plus some cleanup 2022-02-11 12:34:29 +01:00
ValueTest.php All Text functions made array-ready 2022-02-12 12:22:31 +01:00
ValueToTextTest.php Implementation of the `VALUETOTEXT()` Excel Function 2022-08-27 16:23:55 +02:00