From d4b21d739bd21f3fb50b50dd2c357ec426b32cad Mon Sep 17 00:00:00 2001 From: Oleg Grigoriev Date: Thu, 11 May 2017 17:26:10 +0300 Subject: [PATCH] New config for phpunit code coverage (whitelist instead blacklist) --- phpunit.xml.dist | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 57eea8c..2447e87 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -18,9 +18,13 @@ - - ./tests/ - ./vendor/ - + + ./ + + ./vendor/ + ./tests/ + ./index.php + +