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 45ef895 commit f18f40dCopy full SHA for f18f40d
tests/unit/server/JsonRpcServerTest.php
@@ -116,7 +116,7 @@ public function handlesExceptionWhileHandlingRequest()
116
$server = new JsonRpcServer($this->requestHandler);
117
118
$response = $server->run($input)->getAll();
119
- //var_dump($response); exit;
+
120
$this->assertContainsOnlyInstancesOf(
121
JsonRpcResponse::class,
122
$response
0 commit comments