Add the phpunit.xml to get just the code coverage for the Share module when running...
authorGunnar Wrobel <p@rdus.de>
Thu, 13 Jan 2011 15:22:39 +0000 (16:22 +0100)
committerGunnar Wrobel <p@rdus.de>
Thu, 13 Jan 2011 15:22:39 +0000 (16:22 +0100)
framework/Share/test/Horde/Share/phpunit.xml [new file with mode: 0644]

diff --git a/framework/Share/test/Horde/Share/phpunit.xml b/framework/Share/test/Horde/Share/phpunit.xml
new file mode 100644 (file)
index 0000000..502d3c9
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<phpunit>
+  <filter>
+    <whitelist>
+      <directory suffix=".php">../../../lib</directory>
+    </whitelist>
+  </filter>
+</phpunit>