File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
tests/DependencyInjection Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -148,10 +148,8 @@ public function testDefaultPageSizeConfiguration()
148148 {
149149 $ container = $ this ->buildContainer ([]);
150150
151- // Test that the default page_size parameter is set to 20
152151 $ this ->assertSame (20 , $ container ->getParameter ('mcp.page_size ' ));
153152
154- // Test that ToolListHandler is registered
155153 $ this ->assertTrue ($ container ->hasDefinition ('mcp.server.request_handler.tool_list ' ));
156154
157155 $ definition = $ container ->getDefinition ('mcp.server.request_handler.tool_list ' );
@@ -166,7 +164,6 @@ public function testCustomPageSizeConfiguration()
166164 ],
167165 ]);
168166
169- // Test that the custom page_size parameter is set
170167 $ this ->assertSame (50 , $ container ->getParameter ('mcp.page_size ' ));
171168 }
172169
You can’t perform that action at this time.
0 commit comments