diff options
author | Christian Weiske <cweiske@cweiske.de> | 2011-04-15 19:22:19 +0200 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2011-04-15 19:22:19 +0200 |
commit | 40b4674e471f8b0fbdc77a26eec86018e2ab03ea (patch) | |
tree | ca06843f1cad8b1a948e74997133b9e0faefbb09 | |
parent | a1989cff0675642146e0ba52aac4c6b10cdd9ae5 (diff) | |
download | semanticscuttle-40b4674e471f8b0fbdc77a26eec86018e2ab03ea.tar.gz semanticscuttle-40b4674e471f8b0fbdc77a26eec86018e2ab03ea.tar.bz2 |
exclude database layer files from coverage
-rw-r--r-- | tests/phpunit.xml | 3 |
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 |