Skip to content

Commit bc050c8

Browse files
committed
Make phpunit fail if a --filter does not execute any tests
1 parent 2143b5e commit bc050c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpunit.xml

+2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
bootstrap="tests/bootstrap.php"
55
cacheResult="false"
66
colors="true"
7+
executionOrder="random"
78
failOnRisky="true"
89
failOnWarning="true"
10+
failOnEmptyTestSuite="true"
911
beStrictAboutChangesToGlobalState="true"
1012
beStrictAboutCoversAnnotation="true"
1113
beStrictAboutOutputDuringTests="true"

0 commit comments

Comments
 (0)