Skip to content

Commit

Permalink
fail when detecting risky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Apr 12, 2017
1 parent c49fdfe commit 1a0728a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpunit.xml.dist
Expand Up @@ -5,6 +5,8 @@
backupGlobals="false"
colors="true"
bootstrap="vendor/autoload.php"
failOnRisky="true"
failOnWarning="true"
>
<php>
<ini name="error_reporting" value="-1" />
Expand Down

0 comments on commit 1a0728a

Please sign in to comment.