PhpSpreadsheet/tests/PhpSpreadsheetTests/Reader/Csv
oleibman f575d2b8b2
Add Ability to Suppress Mac Line Ending Check for CSV Reader (#2623)
With the deprecation of `auto_detect_line_endings` in Php8.1, there have been some tickets (issue #2609 and PR #2438). Although the deprecation message is suppressed, users with a homegrown error handler may still see it. I am not very concerned about that symptom, but I imagine that there will be more similar tickets in future. This PR adds a new property/method to Reader/CSV to allow the user to avoid the deprecated code, at the negligible cost of being unable to read a CSV with Mac line endings even on a Php version that could support it.
2022-03-01 02:01:37 -08:00
..
CsvCallbackTest.php CSV Reader Enhancements 2021-05-16 06:05:02 -07:00
CsvContiguousFilter.php Rename Two Test Files (#2459) 2021-12-25 09:05:54 -08:00
CsvContiguousTest.php Rename Two Test Files (#2459) 2021-12-25 09:05:54 -08:00
CsvEncodingTest.php CSV Reader Enhancements 2021-05-16 06:05:02 -07:00
CsvIssue2232Test.php Csv, Boolean, and StringValueBinder (#2374) 2021-11-12 00:04:08 -08:00
CsvLineEndingTest.php Add Ability to Suppress Mac Line Ending Check for CSV Reader (#2623) 2022-03-01 02:01:37 -08:00
CsvTest.php Permit CSV Delimiter to be Set to Null (#2288) 2021-09-15 12:40:03 -07:00