Skip to content

Commit 2f3ec18

Browse files
committed
[AI Bundle][MCP Bundle][Platform][Store] Remove useless inline comments from codebase
1 parent c4178f5 commit 2f3ec18

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/DependencyInjection/McpBundleTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)