From fdd5f4c014f510b6f58f6f910f31b0c204a5f1c5 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 2 Jul 2014 22:12:22 +0200 Subject: [PATCH] Updated phpunit.xml --- phpunit.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/phpunit.xml b/phpunit.xml index c330420569..09ad9b1635 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -10,6 +10,27 @@ stopOnFailure="false" syntaxCheck="false" > + + + + + ./app/models + ./app/controllers + ./app/events + ./app/extensions + ./app/queue + ./app/helpers + + ./app/controllers/BaseController.php + + + + + + + + + ./app/tests/