Skip to content

Commit 13fefcc

Browse files
committed
Append to output, don't overwrite it
1 parent d28a54b commit 13fefcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/OutputHtmlMock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function sendExit($body = '', $headers = [])
8585
$this->header($header);
8686
}
8787

88-
$this->output = $body;
88+
$this->output .= $body;
8989

9090
throw new ExitException('Output sent', self::E_EXIT);
9191
}

0 commit comments

Comments
 (0)