From 263b4896dc949ad07ad01f7e611bdf03ab188735 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 26 Aug 2019 18:41:22 +1000 Subject: [PATCH] fixes for code coverage --- phpunit.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/phpunit.xml b/phpunit.xml index 515b5981ef0d..e0efb4ff5a55 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -38,6 +38,14 @@ ./app/Observers ./app/Policies ./app/Jobs + ./app/Factory + ./app/Helpers + ./app/Libraries + ./app/Listeners + ./app/Mail + ./app/Notifications + ./app/Providers + ./app/Repositories ./app/Filters ./app/Console/Kernel.php ./app/Constants.php