File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1313
1414use PHPUnit \Framework \Attributes \CoversClass ;
1515use PHPUnit \Framework \Attributes \Small ;
16+ use PHPUnit \Framework \Attributes \TestDox ;
1617use PHPUnit \Framework \TestCase ;
1718use Psr \Log \NullLogger ;
1819use Symfony \AI \McpSdk \Message \Factory ;
2526#[CoversClass(JsonRpcHandler::class)]
2627class JsonRpcHandlerTest extends TestCase
2728{
28- /**
29- * Make sure a single notification can be handled by multiple handlers.
30- */
29+ #[TestDox("Make sure a single notification can be handled by multiple handlers. " )]
3130 public function testHandleMultipleNotifications (): void
3231 {
3332 $ handlerA = $ this ->getMockBuilder (NotificationHandlerInterface::class)
@@ -57,9 +56,7 @@ public function testHandleMultipleNotifications(): void
5756 );
5857 }
5958
60- /**
61- * Make sure a single request can NOT be handled by multiple handlers.
62- */
59+ #[TestDox("Make sure a single request can NOT be handled by multiple handlers. " )]
6360 public function testHandleMultipleRequests (): void
6461 {
6562 $ handlerA = $ this ->getMockBuilder (RequestHandlerInterface::class)
You can’t perform that action at this time.
0 commit comments