Skip to content

Commit 36fdcfa

Browse files
committed
execute tests in random order and be strict on failures
1 parent b663fd1 commit 36fdcfa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

phpunit.xml.dist

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
convertWarningsToExceptions="true"
1212
processIsolation="false"
1313
stopOnFailure="false"
14+
executionOrder="random"
15+
failOnWarning="true"
16+
failOnRisky="true"
17+
failOnEmptyTestSuite="true"
18+
beStrictAboutOutputDuringTests="true"
1419
verbose="true"
1520
>
1621
<testsuites>

0 commit comments

Comments
 (0)