From 423c3349719e3b52792fe79dbfffde682d7bf0e7 Mon Sep 17 00:00:00 2001 From: Ivan Lanin Date: Sat, 8 Mar 2014 12:12:08 +0700 Subject: [PATCH] Fix bug in directory whitelist. Run `phpunit --coverage-html` to reproduce the error. --- phpunit.xml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index e57799ce..908304ad 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -15,7 +15,7 @@ - ../Classes + ./Classes