PhpSpreadsheet/tests/PhpSpreadsheetTests/Reader/Xls
oleibman 0a531cf1cd
Replace 'self' with self::class in 2 Modules (#2773)
PHP 8.2 is supposed to deprecate the use of `['self', 'functionname']` for callables, suggesting the use of `[self::class, 'functionname']` instead. We made this change in a recent PR, and, while I'm thinking about it, I'll fix the remaining 2 modules with this construction. Vlookup is already adequately covered in unit tests. Reader/Xls/MD5 is not; a unit test is added.
2022-04-30 18:36:24 -07:00
..
ColourTest.php Fix for the BIFF-8 Xls colour mappings in the Reader (#2156) 2021-06-13 21:46:49 +02:00
ConditionalFormattingBasicTest.php Initial work on reading conditional styles for the Xls Reader 2022-03-18 21:09:32 +01:00
ConditionalFormattingExpressionTest.php Initial work on reading conditional styles for the Xls Reader 2022-03-18 21:09:32 +01:00
DataValidationTest.php Unit tests for Xls Reader DataValidation 2022-03-19 12:04:14 +01:00
Issue2463Test.php Another Undefined Index in Xls Reader (#2470) 2021-12-31 13:43:59 -08:00
Md5Test.php Replace 'self' with self::class in 2 Modules (#2773) 2022-04-30 18:36:24 -07:00
NonExistentFileTest.php Tweaks to Input File Validation (#2217) 2021-07-24 20:44:04 -07:00
NumberFormatGeneralTest.php Apache OpenOffice Creates Xls Using Wrong Case for Number Format General (#2242) 2021-08-08 08:24:03 -07:00
PageSetupTest.php Stricter visibility 2020-07-19 12:30:31 +09:00
RichTextSizeTest.php Fix font index problem (#2642) 2022-04-17 08:27:28 -07:00
XlsTest.php fix #1114 issue (#2308) 2021-10-03 09:29:23 -07:00