Skip to content

Commit

Permalink
Update PHPUnit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Oct 5, 2021
1 parent 8595eab commit 806336f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions phpunit.xml
Expand Up @@ -3,10 +3,9 @@
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
bootstrap="vendor/autoload.php"
executionOrder="depends,defects"
forceCoversAnnotation="true"
beStrictAboutCoversAnnotation="true"
requireCoverageMetadata="true"
beStrictAboutCoverageMetadata="true"
beStrictAboutOutputDuringTests="true"
beStrictAboutTodoAnnotatedTests="true"
failOnRisky="true"
failOnWarning="true"
colors="true"
Expand Down

0 comments on commit 806336f

Please sign in to comment.