Skip to content

Commit

Permalink
Make PHPUnit stricter
Browse files Browse the repository at this point in the history
  • Loading branch information
villfa committed Dec 16, 2021
1 parent b771b7f commit 0dce358
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="vendor/autoload.php"
colors="true"
convertDeprecationsToExceptions="true"
convertErrorsToExceptions="true"
convertWarningsToExceptions="true"
convertNoticesToExceptions="true"
failOnRisky="true"
failOnWarning="true"
verbose="true"
>
<testsuites>
Expand Down

0 comments on commit 0dce358

Please sign in to comment.