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 6b5d87e commit 15e3959Copy full SHA for 15e3959
1 file changed
tests/FunctionalExampleTest.php
@@ -110,7 +110,7 @@ public function testStubCanCloseStdoutAndIsNotWritable()
110
111
public function testStubCanEndWithoutOutput()
112
{
113
- $output = $this->execExample('php ../tests/stub/04-end.php');
+ $output = $this->execExample('php ../tests/stub/04-end.php < /dev/null');
114
115
$this->assertEquals('', $output);
116
}
0 commit comments