diff --git a/tests/Handlers/ErrorHandlerTest.php b/tests/Handlers/ErrorHandlerTest.php index f6456f505..8993cc3ab 100644 --- a/tests/Handlers/ErrorHandlerTest.php +++ b/tests/Handlers/ErrorHandlerTest.php @@ -337,9 +337,9 @@ public function testDefaultErrorRenderer() public function testLogErrorRenderer() { - $renderer = function () { - return 'error'; - }; + $renderer = function () { + return ''; + }; $callableResolverProphecy = $this->prophesize(CallableResolverInterface::class); $callableResolverProphecy