diff --git a/tests/CsvFileErrorsTest.php b/tests/CsvFileErrorsTest.php index 9d93c78..0e4a689 100644 --- a/tests/CsvFileErrorsTest.php +++ b/tests/CsvFileErrorsTest.php @@ -31,7 +31,7 @@ public function testException() public function testInvalidFileName($filename, $message) { if (PHP_MAJOR_VERSION > 7) { - $this->markTestSkipped(); + $this->markTestSkipped('Skipped for php8 since SplFileInfo throws ValueError.'); } $csv = new CsvFile($filename); self::expectException(Exception::class);