Fix a case where a fatal error message was not displayed
commit7b88ab16af4b7bce73fa85aa604f3a8883e0449f
authorMaurício Meneghini Fauth <mauricio@fauth.dev>
Sat, 3 Jun 2023 20:01:51 +0000 (3 17:01 -0300)
committerMaurício Meneghini Fauth <mauricio@fauth.dev>
Sat, 3 Jun 2023 20:01:51 +0000 (3 17:01 -0300)
tree3953cbb60dc1814588004f44fda91843b18a9277
parent64eceff4f929d106df94bfb69ab37e8efb2fbf38
Fix a case where a fatal error message was not displayed

A fatal error message was not displayed when the ResponseRenderer object
already had some HTML, because the output buffer is only displayed when
there is no HTML.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
ChangeLog
libraries/classes/ErrorHandler.php
test/classes/ErrorHandlerTest.php
test/classes/Stubs/ResponseRenderer.php