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.
2 parents 50a59d1 + baae354 commit 4c5be02Copy full SHA for 4c5be02
1 file changed
tests/BaseClientTest.php
@@ -46,7 +46,7 @@ public static function setUpBeforeClass(): void
46
$response->end(Parser::serializeMessage(new UserReply()));
47
});
48
self::$server->handle('/bug', function ($request, $response) {
49
- $response->end(false);
+ $response->end('');
50
51
self::$server->start();
52
0 commit comments