Updated phpunit config

This commit is contained in:
Graham Campbell
2016-02-05 14:21:54 +00:00
parent 26f6bdeaca
commit 6806c018af

View File

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