partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 0a5d075280275c7a6ee2cbd23be0dd35a3c0cc1c
parent fe422c5342c77f08a004044cd65bc4b27aa2fe07
Author: Felicitus <felicitus@felicitus.de>
Date:   Wed, 22 Sep 2010 16:43:55 +0200

And once again...*sigh* If you read this, mail me :)
Diffstat:
Mbuild.xml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/build.xml b/build.xml @@ -125,11 +125,13 @@ </coverage-setup> <phpunit bootstrap="tests/bootstrap.php" haltonfailure="false" codecoverage="true" printsummary="true"> + <batchtest> <fileset dir="tests/"> <include name="**/*Test.php" /> </fileset> </batchtest> + <formatter todir="reports/phpunit/" type="xml"/> <formatter type="clover" usefile="true" todir="reports/coverage/"/> </phpunit>