From 6806c018af6da6240dfff874f0264f6fdea8249b Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Fri, 5 Feb 2016 14:21:54 +0000 Subject: [PATCH] Updated phpunit config --- phpunit.xml.dist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 80d59bba..9b269e00 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -8,6 +8,8 @@ convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" + failOnRisky="true" + failOnWarning="true" processIsolation="false" stopOnError="false" stopOnFailure="false"