We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2143b5e commit bc050c8Copy full SHA for bc050c8
phpunit.xml
@@ -4,8 +4,10 @@
4
bootstrap="tests/bootstrap.php"
5
cacheResult="false"
6
colors="true"
7
+ executionOrder="random"
8
failOnRisky="true"
9
failOnWarning="true"
10
+ failOnEmptyTestSuite="true"
11
beStrictAboutChangesToGlobalState="true"
12
beStrictAboutCoversAnnotation="true"
13
beStrictAboutOutputDuringTests="true"
0 commit comments