PhpSpreadsheet/tests/PhpSpreadsheetTests/Cell
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
..
AddressHelperTest.php Eliminate Most Scrutinizer Problems in Test Suite (#2699) 2022-03-21 13:58:42 -07:00
AdvancedValueBinderTest.php Floating-point Equality in Two Tests (#3064) 2022-09-14 09:05:01 -07:00
CellAddressTest.php Initial work on deprecating `ByColumnAndRow` methods; and providing functionality to use the basic cellAddress methods to be used with a string cell address (e.g. `C5`); an array of columnId and rowId (e.g. `[3, 5]`) or a new CellAddress object. 2022-03-31 23:22:48 +02:00
CellRangeTest.php Add functionality to adjust CellRange by "modifying" the from/to CellAddress Value objects 2022-04-01 15:41:55 +02:00
CellTest.php Refactor ISO data type validation from cell to shared date; add extra checks for invalid dates; and appropriate unit tests 2022-02-26 14:13:12 +01:00
ColumnRangeTest.php Add functionality to shift RowRange and ColumnRange 2022-04-01 11:26:47 +02:00
CoordinateTest.php Eliminate Most Scrutinizer Problems in Test Suite (#2699) 2022-03-21 13:58:42 -07:00
DataTypeTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
DataValidationTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
DataValidator2Test.php Data Validations Referencing Another Sheet (#2265) 2021-08-24 08:58:38 -07:00
DataValidatorTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
DefaultValueBinderTest.php Update Some Doc Block Annotations (#2351) 2021-11-11 23:38:05 -08:00
HyperlinkTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
RowRangeTest.php Add functionality to shift RowRange and ColumnRange 2022-04-01 11:26:47 +02:00
StringValueBinderTest.php Update Some Doc Block Annotations (#2351) 2021-11-11 23:38:05 -08:00
ValueBinderWithOverriddenDataTypeForValue.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00