From aec3823aea3eb89695b583981613b934aecd36c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Mo=CC=88ller?= Date: Fri, 10 Jul 2015 00:03:12 -0400 Subject: [PATCH 1/2] Fix: Add whitelist configuration --- phpunit.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpunit.xml b/phpunit.xml index 0905bf8..625e90b 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -15,4 +15,9 @@ ./tests/SpotTest + + + ./lib + + From 6c7819af229acfd32353a440c059027d0e9226e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Mo=CC=88ller?= Date: Fri, 10 Jul 2015 00:05:13 -0400 Subject: [PATCH 2/2] Fix: Do not process files --- phpunit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index 625e90b..1b21ce3 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -16,7 +16,7 @@ - + ./lib