Merge pull request #1454 from CachetHQ/phpunit

Updated phpunit config
This commit is contained in:
Graham Campbell 2016-02-05 14:44:05 +00:00
commit 6b875b8218

View File

@ -8,6 +8,8 @@
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
failOnRisky="true"
failOnWarning="true"
processIsolation="false"
stopOnError="false"
stopOnFailure="false"