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/