From 748913ac832ab663b95c02feb60e068477cee7b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Thu, 3 Oct 2013 17:59:44 +0200 Subject: [PATCH] Update phpunit to include basic code coverage information. re #96 --- phpunit.xml | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 066829b..a1b1ab4 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,7 +1,23 @@ - - - test - - + + + + + ./ + + ./resources + + + ./test + + + + + + + + + test + + \ No newline at end of file