From 67469182c4c41b116ce3e42792f91a831783e4c5 Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Thu, 13 Jan 2011 16:22:39 +0100 Subject: [PATCH] Add the phpunit.xml to get just the code coverage for the Share module when running the AllTests.php in this directory. --- framework/Share/test/Horde/Share/phpunit.xml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 framework/Share/test/Horde/Share/phpunit.xml diff --git a/framework/Share/test/Horde/Share/phpunit.xml b/framework/Share/test/Horde/Share/phpunit.xml new file mode 100644 index 000000000..502d3c9b8 --- /dev/null +++ b/framework/Share/test/Horde/Share/phpunit.xml @@ -0,0 +1,8 @@ + + + + + ../../../lib + + + -- 2.11.0