diff --git a/test/README b/test/README index 9b873580aa0..624df138dd4 100644 --- a/test/README +++ b/test/README @@ -43,7 +43,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 +> 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=custom,custom2,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/* diff --git a/test/phpunit/phpunittest.xml b/test/phpunit/phpunittest.xml index 27dd6a47bae..dd4c56c1fb0 100644 --- a/test/phpunit/phpunittest.xml +++ b/test/phpunit/phpunittest.xml @@ -5,6 +5,8 @@ ../CVS/ ../../test/ + ../../htdocs/custom/ + ../../htdocs/custom2/ ../../htdocs/includes/adodbtime/ ../../htdocs/includes/artichow/ ../../htdocs/includes/barcode/php-barcode/ @@ -42,6 +44,8 @@ ../CVS/ ../../test/ + ../../htdocs/custom/ + ../../htdocs/custom2/ ../../htdocs/includes/adodbtime/ ../../htdocs/includes/artichow/ ../../htdocs/includes/barcode/php-barcode/