diff --git a/phpunit.xml b/phpunit.xml index c33042056..b12cc8393 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 + +