From 4f2364fef4a71e37b1e77335996d6acbcfca2c24 Mon Sep 17 00:00:00 2001 From: RobThree Date: Tue, 5 Jun 2018 23:05:08 +0200 Subject: [PATCH] * Add whitelist to phpunit.xml --- phpunit.xml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index da2ebe1..92c3a27 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -7,9 +7,14 @@ convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false"> - - - ./tests - - + + + ./tests + + + + + ./lib + + \ No newline at end of file