Skip to content

Commit 1b41b88

Browse files
committed
tests: more benevolent message checking
1 parent 1f1820a commit 1b41b88

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
@@ -47,7 +47,7 @@ public function testInvalidFileName($filename, $message)
4747
public function invalidFileNameProvider()
4848
{
4949
return [
50-
["", 'Cannot open file fopen(): Filename cannot be empty'],
50+
["", 'Filename cannot be empty'],
5151
["\0", 'fopen() expects parameter 1 to be a valid path, string given'],
5252
];
5353
}

0 commit comments

Comments
 (0)