From 386f490481e5b1dc16ca98889963d81aeb4651d4 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Tue, 1 Jul 2014 11:26:50 +0000 Subject: [PATCH] Add the code coverage to phpunit. Need to be launch with phpunit --coverage-text or phpunit --coverage-html=/tmp/cover git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1510 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- phpunit.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 528ee4a..9743809 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,6 +1,6 @@ @@ -16,4 +16,14 @@ Tests + + + . + + ./Tests + ./test + ./examples + + +