aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2011-04-15 19:22:19 +0200
committerChristian Weiske <cweiske@cweiske.de>2011-04-15 19:22:19 +0200
commit40b4674e471f8b0fbdc77a26eec86018e2ab03ea (patch)
treeca06843f1cad8b1a948e74997133b9e0faefbb09 /tests
parenta1989cff0675642146e0ba52aac4c6b10cdd9ae5 (diff)
downloadsemanticscuttle-40b4674e471f8b0fbdc77a26eec86018e2ab03ea.tar.gz
semanticscuttle-40b4674e471f8b0fbdc77a26eec86018e2ab03ea.tar.bz2
exclude database layer files from coverage
Diffstat (limited to 'tests')
-rw-r--r--tests/phpunit.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml
index 86b7b60..3956445 100644
--- a/tests/phpunit.xml
+++ b/tests/phpunit.xml
@@ -7,6 +7,9 @@
<directory suffix=".php">../src/SemanticScuttle/</directory>
<directory suffix=".php">../data/templates/</directory>
<directory suffix=".php">../www/</directory>
+ <exclude>
+ <directory suffix=".php">../src/SemanticScuttle/db/</directory>
+ </exclude>
</whitelist>
</filter>
</phpunit> \ No newline at end of file