mirror of
https://github.com/symfony/ai-bundle.git
synced 2026-03-23 23:12:08 +01:00
conf(tests): executionOrder moved to random
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user