Skip to content

Commit

Permalink
Make phpunit fail if a --filter does not execute any tests
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Feb 18, 2024
1 parent 2143b5e commit bc050c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
bootstrap="tests/bootstrap.php"
cacheResult="false"
colors="true"
executionOrder="random"
failOnRisky="true"
failOnWarning="true"
failOnEmptyTestSuite="true"
beStrictAboutChangesToGlobalState="true"
beStrictAboutCoversAnnotation="true"
beStrictAboutOutputDuringTests="true"
Expand Down

0 comments on commit bc050c8

Please sign in to comment.