Skip to content

Commit e64a9dd

Browse files
Fix CS/WS issues
1 parent faf13d1 commit e64a9dd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Util/PHP/Template/TestCaseClass.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ function __phpunit_run_isolated_test()
5959
}
6060

6161
ini_set('xdebug.scream', '0');
62+
6263
@rewind(STDOUT); /* @ as not every STDOUT target stream is rewindable */
6364
if ($stdout = @stream_get_contents(STDOUT)) {
6465
$output = $stdout . $output;

src/Util/PHP/Template/TestCaseMethod.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ function __phpunit_run_isolated_test()
6262
}
6363

6464
ini_set('xdebug.scream', '0');
65+
6566
@rewind(STDOUT); /* @ as not every STDOUT target stream is rewindable */
6667
if ($stdout = @stream_get_contents(STDOUT)) {
6768
$output = $stdout . $output;

0 commit comments

Comments
 (0)