Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75845b9 commit 517f263Copy full SHA for 517f263
1 file changed
Tests/Command/GenerateCommandTest.php
@@ -43,7 +43,7 @@ protected function getBundle()
43
protected function getInputStream($input)
44
{
45
$stream = fopen('php://memory', 'r+', false);
46
- fputs($stream, $input);
+ fputs($stream, $input.str_repeat("\n", 10));
47
rewind($stream);
48
49
return $stream;
0 commit comments