aboutsummaryrefslogtreecommitdiff
path: root/tests/phpunit.xml
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2011-03-23 08:54:40 +0100
committerChristian Weiske <cweiske@cweiske.de>2011-03-23 08:54:40 +0100
commit821c17d9e378ecd702a219dfa8392d4d48df3cd0 (patch)
tree069c3ccc03e3ece716e2501f4ecaad5ad0b9081d /tests/phpunit.xml
parent7d31d9d1654bf5bdb1765397bb7bfd1a85c770a7 (diff)
downloadsemanticscuttle-821c17d9e378ecd702a219dfa8392d4d48df3cd0.tar.gz
semanticscuttle-821c17d9e378ecd702a219dfa8392d4d48df3cd0.tar.bz2
exclude tests directory from coverage
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r--tests/phpunit.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml
new file mode 100644
index 0000000..734fa95
--- /dev/null
+++ b/tests/phpunit.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<phpunit>
+ <filter>
+ <blacklist>
+ <directory suffix=".php">.</directory>
+ </blacklist>
+ </filter>
+</phpunit> \ No newline at end of file