Add a phpunit config file to include files for code coverage.
authorGunnar Wrobel <p@rdus.de>
Fri, 10 Dec 2010 05:03:57 +0000 (06:03 +0100)
committerGunnar Wrobel <p@rdus.de>
Mon, 13 Dec 2010 10:17:22 +0000 (11:17 +0100)
framework/View/test/Horde/View/phpunit.xml [new file with mode: 0644]

diff --git a/framework/View/test/Horde/View/phpunit.xml b/framework/View/test/Horde/View/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>