File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2626#[CoversClass(JsonRpcHandler::class)]
2727class JsonRpcHandlerTest extends TestCase
2828{
29- #[TestDox(" Make sure a single notification can be handled by multiple handlers. " )]
29+ #[TestDox(' Make sure a single notification can be handled by multiple handlers. ' )]
3030 public function testHandleMultipleNotifications (): void
3131 {
3232 $ handlerA = $ this ->getMockBuilder (NotificationHandlerInterface::class)
@@ -56,7 +56,7 @@ public function testHandleMultipleNotifications(): void
5656 );
5757 }
5858
59- #[TestDox(" Make sure a single request can NOT be handled by multiple handlers. " )]
59+ #[TestDox(' Make sure a single request can NOT be handled by multiple handlers. ' )]
6060 public function testHandleMultipleRequests (): void
6161 {
6262 $ handlerA = $ this ->getMockBuilder (RequestHandlerInterface::class)
You can’t perform that action at this time.
0 commit comments