Skip to content

Commit

Permalink
add skipped test description
Browse files Browse the repository at this point in the history
  • Loading branch information
zajca committed Feb 2, 2023
1 parent 8a5f3e8 commit 788935e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CsvFileErrorsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 788935e

Please sign in to comment.