Skip to content

Commit c209fe0

Browse files
committed
minor #647 [AI Bundle][Agent][Demo][Platform][Store] Remove Test Coverage Attributes (chr-hertel)
This PR was merged into the main branch. Discussion ---------- [AI Bundle][Agent][Demo][Platform][Store] Remove Test Coverage Attributes | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | | License | MIT We're not using it, and Symfony usually also skips those information. And coverage is outdated and nearly impossible to review. Commits ------- 3421070b Remove Test Coverage Attributes
2 parents 2f3ec18 + 7b2736a commit c209fe0

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)