From e99fc3298d3c3f481213a0f8d6b30b7de46663da Mon Sep 17 00:00:00 2001 From: Mohammed S Shurrab Date: Sat, 25 Jul 2020 16:22:50 +0300 Subject: [PATCH] add whitelist section to enable code coverage --- phpunit.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index eafc22d5..dacc2abe 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -19,7 +19,12 @@ ./tests/Feature + + + ./src + + - \ No newline at end of file +