From ddc25b8fee819757f6468383e6c0183610feb949 Mon Sep 17 00:00:00 2001 From: knut <> Date: Thu, 26 Jan 2006 21:42:08 +0000 Subject: Prototype on new test system with Phing and PHPUnit2 to generate both Unit Test reports and corresponding Code Coverage reports --- build.xml | 108 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 build.xml (limited to 'build.xml') diff --git a/build.xml b/build.xml new file mode 100644 index 00000000..0f239e71 --- /dev/null +++ b/build.xml @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Generating API documentation + + + + + + Preparing directory structure + + + + + + Preparing Code Coverage Database + + + + + + + + + + + + + + + + + + + + Running Unit Tests + + + + + + + + + + Creating Unit Test Report + + + Creating Code Coverage Report + + + + + + + TBD + + + + + Cleaning up the mess + + + + + + + \ No newline at end of file -- cgit v1.2.3