conf(tests): executionOrder moved to random

This commit is contained in:
Guillaume Loulier
2026-01-07 15:14:36 +01:00
parent 9cf0209c53
commit 601c594f40

View File

@@ -4,10 +4,11 @@
bootstrap="vendor/autoload.php"
cacheDirectory=".phpunit.cache"
colors="true"
executionOrder="depends,defects"
executionOrder="random"
beStrictAboutOutputDuringTests="true"
failOnRisky="true"
failOnWarning="true">
failOnWarning="true"
>
<testsuites>
<testsuite name="symfony/ai-bundle">
<directory>tests</directory>