Skip to content

Commit

Permalink
Merge branch '2.8' into 3.2
Browse files Browse the repository at this point in the history
* 2.8:
  fail when detecting risky tests
  fail when detecting risky tests
  • Loading branch information
fabpot committed Apr 12, 2017
2 parents 2fe0caa + 4386755 commit 9fab1ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
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 9fab1ab

Please sign in to comment.