projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7206d21
)
Add a phpunit config file to include files for code coverage.
author
Gunnar Wrobel
<p@rdus.de>
Fri, 10 Dec 2010 05:03:57 +0000
(06:03 +0100)
committer
Gunnar 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]
patch
|
blob
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
+++ b/
framework/View/test/Horde/View/phpunit.xml
@@ -0,0
+1,8
@@
+<?xml version="1.0" encoding="UTF-8"?>
+<phpunit>
+ <filter>
+ <whitelist>
+ <directory suffix=".php">../../../lib</directory>
+ </whitelist>
+ </filter>
+</phpunit>