Skip to content

Commit 788935e

Browse files
committed
add skipped test description
1 parent 8a5f3e8 commit 788935e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CsvFileErrorsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function testException()
3131
public function testInvalidFileName($filename, $message)
3232
{
3333
if (PHP_MAJOR_VERSION > 7) {
34-
$this->markTestSkipped();
34+
$this->markTestSkipped('Skipped for php8 since SplFileInfo throws ValueError.');
3535
}
3636
$csv = new CsvFile($filename);
3737
self::expectException(Exception::class);

0 commit comments

Comments
 (0)