]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
exclude tests directory from coverage
authorChristian Weiske <cweiske@cweiske.de>
Wed, 23 Mar 2011 07:54:40 +0000 (08:54 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Wed, 23 Mar 2011 07:54:40 +0000 (08:54 +0100)
tests/phpunit.xml [new file with mode: 0644]

diff --git a/tests/phpunit.xml b/tests/phpunit.xml
new file mode 100644 (file)
index 0000000..734fa95
--- /dev/null
@@ -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