Skip to content

Commit aca0016

Browse files
committed
Update PHPUnit testsuite names to use package names
Changes testsuite names from "default" to the respective package names: - symfony/ai-agent - symfony/ai-bundle - symfony/mcp-bundle - symfony/mcp-sdk - symfony/ai-platform - symfony/ai-store
1 parent 6da5897 commit aca0016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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>

0 commit comments

Comments
 (0)