We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 096c4d3 commit adb658bCopy full SHA for adb658b
Tests/Output/ConsoleSectionOutputTest.php
@@ -26,7 +26,7 @@ class ConsoleSectionOutputTest extends TestCase
26
27
protected function setUp(): void
28
{
29
- $this->stream = fopen('php://memory', 'r+b', false);
+ $this->stream = fopen('php://memory', 'r+', false);
30
}
31
32
protected function tearDown(): void
@@ -143,7 +143,7 @@ public function testMultipleSectionsOutput()
143
144
public function testClearSectionContainingQuestion()
145
146
- $inputStream = fopen('php://memory', 'r+b', false);
+ $inputStream = fopen('php://memory', 'r+', false);
147
fwrite($inputStream, "Batman & Robin\n");
148
rewind($inputStream);
149
0 commit comments