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 faf13d1 commit e64a9ddCopy full SHA for e64a9dd
src/Util/PHP/Template/TestCaseClass.tpl
@@ -59,6 +59,7 @@ function __phpunit_run_isolated_test()
59
}
60
61
ini_set('xdebug.scream', '0');
62
+
63
@rewind(STDOUT); /* @ as not every STDOUT target stream is rewindable */
64
if ($stdout = @stream_get_contents(STDOUT)) {
65
$output = $stdout . $output;
src/Util/PHP/Template/TestCaseMethod.tpl
@@ -62,6 +62,7 @@ function __phpunit_run_isolated_test()
66
67
68
0 commit comments