File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 55use KLP \KlpMcpServer \Transports \SseAdapters \SseAdapterInterface ;
66use KLP \KlpMcpServer \Transports \SseTransport ;
77use KLP \KlpMcpServer \Transports \SseTransportException ;
8- use PHPUnit \Framework \Attributes \CoversClass ;
98use PHPUnit \Framework \Attributes \Small ;
109use PHPUnit \Framework \MockObject \MockObject ;
1110use PHPUnit \Framework \TestCase ;
@@ -349,7 +348,7 @@ public function test_receive_returns_adapter_messages(): void
349348 /**
350349 * Test that `receive` calls the adapter's `receiveMessages` method with the correct client ID.
351350 */
352- public function test_receive_calls_adapter_receiveMessages_with_correct_client_id (): void
351+ public function test_receive_calls_adapter_receive_messages_with_correct_client_id (): void
353352 {
354353 // Arrange
355354 $ this ->setProtectedProperty ($ this ->instance , 'connected ' , true );
@@ -523,7 +522,6 @@ public function test_trigger_error_logs_exceptions_in_handlers(): void
523522 $ handlerCalled = true ;
524523 });
525524
526-
527525 // Act
528526 $ this ->invokeProtectedMethod ($ this ->instance , 'triggerError ' , [$ message ]);
529527
You can’t perform that action at this time.
0 commit comments