PhpSpreadsheet/tests
oleibman a340240a3f
PHP8.1 Deprecation Passing Null to String Function (#2137)
For each of the files in this PR, one or more statements can pass a null to string functions like strlower. This is deprecated in PHP8.1, and, when deprecated messages are enabled, causes many tests to error out. In every case, use coercion to pass null string rather than null.
2021-06-05 15:14:23 +02:00
..
PhpSpreadsheetTests PHP8.1 Deprecation Passing Null to String Function (#2137) 2021-06-05 15:14:23 +02:00
data PHPCS and PHStan appeasement 2021-06-03 21:42:20 +02:00
bootstrap.php 100% Coverage for Calculation/DateTime (#1870) 2021-02-27 20:43:22 +01:00