PhpSpreadsheet/tests/PhpSpreadsheetTests/Reader/Xls
oleibman 35b42cc180
Phpstan Baseline Fixes 2022-09-21 (#3080)
* Phpstan Baseline Fixes 2022-09-21

Eliminate about 200 more lines from Phpstan baseline. For Helper/Sample and Helper/Html and others, many properties are declared as protected despite the fact that the classes do not extend any other class, and there are no classes which extend them. They are changed to private; this could be a breaking change in circumstances for which I cannot think of a use case (user extends class for some reason).

* Slightly Botched Merge Commit

Hope this fixes phpstan.
2022-09-30 09:00:13 -07:00
..
ColorMapTest.php Phpstan Baseline Fixes 2022-09-21 (#3080) 2022-09-30 09:00:13 -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
DefinedNameTest.php Fix issue with Xls Reader converting all named ranges from absolute to relative 2022-05-12 12:47:18 +02:00
ErrorCodeMapTest.php Phpstan Baseline Fixes 2022-09-21 (#3080) 2022-09-30 09:00:13 -07:00
HiddenMergeCellsTest.php Unit tests for correctly handling hidden merged cells in Readers 2022-09-16 12:27:57 +02:00
HiddenWorksheetTest.php Add Hidden Worksheet unit tests for other Readers 2022-05-24 14:40:45 +02: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 Scrutinizer Clean Up Tests (#3061) 2022-09-14 07:11:20 -07:00
PageSetupTest.php Stricter visibility 2020-07-19 12:30:31 +09:00
Rc4Test.php Improve Coverage for Shared/Font (#2961) 2022-07-29 07:11:37 -07:00
RichTextSizeTest.php Scrutinizer Clean Up Tests (#3061) 2022-09-14 07:11:20 -07:00
XlsTest.php fix #1114 issue (#2308) 2021-10-03 09:29:23 -07:00