From 4e40ddf33a71545dcb8dacda2a137016d8a09551 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 13 Feb 2011 18:42:36 +0000 Subject: [PATCH] Enhance phpunits --- test/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/README b/test/README index 374e4a1087b..9b873580aa0 100644 --- a/test/README +++ b/test/README @@ -44,3 +44,7 @@ PHPDEPEND * Launch PDepend analysis: > cd test > pdepend --debug -d memory_limit=-1 --configuration=./phpunit/phpunittest.xml --phpunit-xml=./report/logs/pdepend.xml --summary-xml=./report/logs/summary.xml --jdepend-chart=./report/logs/jdepend.svg --overview-pyramid=./report/logs/pyramid.svg --ignore=adodbtime,artichow,ckeditor,efc_xfss,fckeditor,fpdf,geoip,magpierss,nusoap,odtphp,php_excelreader,php_writeexcel,smarty,smtps,tcpdf,vcard ../htdocs + +* To clean pdepend cache files +> rm -fr ~/.pdepend/* +