From 28ea52d10b69b5cdf6fe72fe2acb5594022e1a8e Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Wed, 30 Mar 2016 19:52:07 +0100 Subject: [PATCH] Fixed up the phpunit config --- phpunit.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index cc0841c1d..3e884d179 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -10,12 +10,15 @@ stopOnFailure="false"> - ./tests/ + ./tests - - app/ + + ./app + + ./app/Http/routes.php +