From e42fe2410dd1a961eebe17bbe4f148c51c99d757 Mon Sep 17 00:00:00 2001 From: Sven Speckmaier Date: Sat, 25 May 2019 23:52:34 +0200 Subject: [PATCH] phpunit exclude Provider and config --- phpunit.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index b4c0a14..c826e18 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -15,12 +15,16 @@ - ./src/ + src/ + + src/Provider + src/config + - ./tests/ + tests/