From 657b4dc12107bc63a9bc9c09bf3f12b8d1470f3b Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sun, 21 Dec 2014 11:40:47 +0000 Subject: [PATCH] Improved phpunit config --- phpunit.xml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index c3304205..b12cc839 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -7,12 +7,23 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" + stopOnError="false" stopOnFailure="false" - syntaxCheck="false" + syntaxCheck="true" + strict="true" + verbose="true" > - + ./app/tests/ + + + ./app/CachetHQ + ./app/controllers + ./app/filters + ./app/models + +