From 12da2260b484c5b4de5d8b2331f02da3d4430a41 Mon Sep 17 00:00:00 2001 From: Aaron Johnson Date: Wed, 9 Aug 2017 22:56:04 -0400 Subject: [PATCH] Add exclusion for routes file. (#520) --- phpunit.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phpunit.xml b/phpunit.xml index c3a5dfd6b..268c7ec57 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -25,6 +25,9 @@ ./app + + ./app/Http/routes.php +