projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4299775
)
Add the phpunit.xml to get just the code coverage for the Share module when running...
author
Gunnar Wrobel
<p@rdus.de>
Thu, 13 Jan 2011 15:22:39 +0000
(16:22 +0100)
committer
Gunnar 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]
patch
|
blob
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
+++ b/
framework/Share/test/Horde/Share/phpunit.xml
@@ -0,0
+1,8
@@
+<?xml version="1.0" encoding="UTF-8"?>
+<phpunit>
+ <filter>
+ <whitelist>
+ <directory suffix=".php">../../../lib</directory>
+ </whitelist>
+ </filter>
+</phpunit>