Skip to content

Commit 7736543

Browse files
committed
minor #633 Update PHPUnit testsuite names to use package names (OskarStark)
This PR was merged into the main branch. Discussion ---------- Update PHPUnit testsuite names to use package names | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | -- | License | MIT Commits ------- 129e62a Update PHPUnit testsuite names to use package names
2 parents a8a2aca + 129e62a commit 7736543

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/agent/phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
failOnRisky="true"
1212
failOnWarning="true">
1313
<testsuites>
14-
<testsuite name="default">
14+
<testsuite name="symfony/ai-agent">
1515
<directory>tests</directory>
1616
</testsuite>
1717
</testsuites>

src/ai-bundle/phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
failOnRisky="true"
1212
failOnWarning="true">
1313
<testsuites>
14-
<testsuite name="default">
14+
<testsuite name="symfony/ai-bundle">
1515
<directory>tests</directory>
1616
</testsuite>
1717
</testsuites>

src/mcp-bundle/phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
failOnRisky="true"
1212
failOnWarning="true">
1313
<testsuites>
14-
<testsuite name="default">
14+
<testsuite name="symfony/mcp-bundle">
1515
<directory>tests</directory>
1616
</testsuite>
1717
</testsuites>

src/mcp-sdk/phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
failOnWarning="true">
1010

1111
<testsuites>
12-
<testsuite name="default">
12+
<testsuite name="symfony/mcp-sdk">
1313
<directory>tests</directory>
1414
</testsuite>
1515
</testsuites>

src/platform/phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
failOnRisky="true"
1212
failOnWarning="true">
1313
<testsuites>
14-
<testsuite name="default">
14+
<testsuite name="symfony/ai-platform">
1515
<directory>tests</directory>
1616
</testsuite>
1717
</testsuites>

src/store/phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
failOnRisky="true"
1212
failOnWarning="true">
1313
<testsuites>
14-
<testsuite name="default">
14+
<testsuite name="symfony/ai-store">
1515
<directory>tests</directory>
1616
</testsuite>
1717
</testsuites>

0 commit comments

Comments
 (0)