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 d28a54b commit 13fefccCopy full SHA for 13fefcc
tests/OutputHtmlMock.php
@@ -85,7 +85,7 @@ public function sendExit($body = '', $headers = [])
85
$this->header($header);
86
}
87
88
- $this->output = $body;
+ $this->output .= $body;
89
90
throw new ExitException('Output sent', self::E_EXIT);
91
0 commit comments