Skip to content

Commit f18f40d

Browse files
committed
remove commented code
1 parent 45ef895 commit f18f40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/server/JsonRpcServerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public function handlesExceptionWhileHandlingRequest()
116116
$server = new JsonRpcServer($this->requestHandler);
117117

118118
$response = $server->run($input)->getAll();
119-
//var_dump($response); exit;
119+
120120
$this->assertContainsOnlyInstancesOf(
121121
JsonRpcResponse::class,
122122
$response

0 commit comments

Comments
 (0)