Skip to content

Commit 38fbeab

Browse files
committed
Run tests in random order
1 parent 934f573 commit 38fbeab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

phpunit.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
failOnRisky="true"
1212
failOnWarning="true"
1313
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
14-
convertDeprecationsToExceptions="true"
14+
convertDeprecationsToExceptions="true"
15+
executionOrder="random"
1516
>
1617
<coverage>
1718
<include>

0 commit comments

Comments
 (0)