PhpSpreadsheet/tests/PhpSpreadsheetTests/Reader/Csv
oleibman 07271c83aa
Rename Two Test Files (#2459)
* Rename Two Test Files

When I run unit tests only for Reader/Xlsx, phpunit is issuing a deprecation message because the names of 2 files have an extra dot in them and thus don't match the class name in the file. I do not see these warnings when I run the entire test suite.

* Remove Phpstan Annotations

It was a bit difficult to handle a cast from mixed to string.

* Fix Same Phpstan Problem in One Other Test

This is the only other test case that tries to cast mixed to string.
2021-12-25 09:05:54 -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 Csv Handling of Booleans (and an 8.1 Deprecation) (#2232) 2021-08-04 07:00:17 -07:00
CsvTest.php Permit CSV Delimiter to be Set to Null (#2288) 2021-09-15 12:40:03 -07:00