From d441a95f63fee1587c63e336f4554248ebd74f49 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Sun, 18 Jun 2017 08:14:31 -0400 Subject: [PATCH] update tests --- phpunit.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 08522be..8ff4381 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -7,13 +7,20 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" - stopOnFailure="false" - syntaxCheck="false"> + stopOnFailure="false"> - ./tests/ + ./tests + + + ./app + + ./app/Http/routes.php + + +