Skip to content

Commit 7b2736a

Browse files
committed
Remove Test Coverage Attributes
1 parent c4178f5 commit 7b2736a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

phpunit.xml.dist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
cacheDirectory=".phpunit.cache"
66
colors="true"
77
executionOrder="depends,defects"
8-
requireCoverageMetadata="true"
9-
beStrictAboutCoverageMetadata="true"
108
beStrictAboutOutputDuringTests="true"
119
failOnRisky="true"
1210
failOnWarning="true">

tests/DependencyInjection/McpBundleTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace Symfony\AI\McpBundle\Tests\DependencyInjection;
1313

14-
use PHPUnit\Framework\Attributes\CoversClass;
1514
use PHPUnit\Framework\Attributes\DataProvider;
1615
use PHPUnit\Framework\TestCase;
1716
use Symfony\AI\McpBundle\McpBundle;
@@ -21,7 +20,6 @@
2120
use Symfony\AI\McpSdk\Server\RequestHandlerInterface;
2221
use Symfony\Component\DependencyInjection\ContainerBuilder;
2322

24-
#[CoversClass(McpBundle::class)]
2523
class McpBundleTest extends TestCase
2624
{
2725
public function testDefaultConfiguration()

0 commit comments

Comments
 (0)