Skip to content

Commit f3eb640

Browse files
Remove unnecessary markTestSkipped for MonologBundle
Since MonologBundle is now in require-dev, the class is always available during tests, making this skip condition unreachable.
1 parent ddf1694 commit f3eb640

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/mcp-bundle/tests/DependencyInjection/McpBundleTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ public function testCustomConfiguration()
5050

5151
public function testMcpLoggerServiceIsCreated()
5252
{
53-
if (!class_exists(MonologBundle::class)) {
54-
$this->markTestSkipped('MonologBundle is not installed');
55-
}
56-
5753
$container = $this->buildContainer([]);
5854

5955
$this->assertTrue($container->hasDefinition('monolog.logger.mcp'));

0 commit comments

Comments
 (0)