Skip to content

Commit dc4b8a6

Browse files
remicolletstaabm
authored andcommitted
fix Bad file descriptor (7.4) (#469)
1 parent 21c2cff commit dc4b8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/VObject/Parser/MimeDirTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class MimeDirTest extends TestCase
1616
public function testParseError()
1717
{
1818
$mimeDir = new MimeDir();
19-
$mimeDir->parse(fopen(__FILE__, 'a'));
19+
$mimeDir->parse(fopen(__FILE__, 'a+'));
2020
}
2121

2222
public function testDecodeLatin1()

0 commit comments

Comments
 (0)