We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a5f3e8 commit 788935eCopy full SHA for 788935e
tests/CsvFileErrorsTest.php
@@ -31,7 +31,7 @@ public function testException()
31
public function testInvalidFileName($filename, $message)
32
{
33
if (PHP_MAJOR_VERSION > 7) {
34
- $this->markTestSkipped();
+ $this->markTestSkipped('Skipped for php8 since SplFileInfo throws ValueError.');
35
}
36
$csv = new CsvFile($filename);
37
self::expectException(Exception::class);
0 commit comments