Extend test coverage to PHP 8.3

This commit is contained in:
Christian Bläul
2024-08-29 17:05:04 +02:00
parent 27ab8a3e05
commit 259e9a6c31
7 changed files with 69 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ class DataRowCountTest extends TestCase {
$this->csv = new Csv();
}
public function countRowsProvider() {
public static function countRowsProvider() {
return [
'auto-double-enclosure' => [
'auto-double-enclosure.csv',