Skip to content

Commit 4c409dc

Browse files
remicolletbcaller
authored andcommitted
fix Bad file descriptor (7.4) (sabre-io#469)
1 parent b16c3e7 commit 4c409dc

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)