From e75c5aac49260ec942847c0684c0a5146a52d3c8 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 19 Nov 2014 21:16:48 +0100 Subject: [PATCH] A fix for the phpunit coverage. --- phpunit.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 39d5a21a63..e7253a467b 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -10,18 +10,18 @@ verbose="true" stopOnFailure="true" strict="false" - syntaxCheck="false" -> + syntaxCheck="false"> - + ./app/models ./app/controllers ./app/events ./app/extensions ./app/queue ./app/helpers + ./app/lib/FireflyIII ./app/controllers/BaseController.php