Skip to content

Commit

Permalink
Merge pull request #172 from vinkla/patch-2
Browse files Browse the repository at this point in the history
Update phpunit config
  • Loading branch information
GrahamCampbell committed Apr 15, 2016
2 parents 840442c + f02c078 commit 63f37b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
beStrictAboutTestsThatDoNotTestAnything="true"
beStrictAboutOutputDuringTests="true"
bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
failOnRisky="true"
failOnWarning="true"
processIsolation="false"
stopOnError="false"
stopOnFailure="false"
Expand Down

0 comments on commit 63f37b9

Please sign in to comment.