From: Christian Weiske Date: Fri, 15 Apr 2011 17:22:19 +0000 (+0200) Subject: exclude database layer files from coverage X-Git-Tag: v0.98.0~75 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=40b4674e471f8b0fbdc77a26eec86018e2ab03ea;p=semanticscuttle.git exclude database layer files from coverage --- 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 @@ ../src/SemanticScuttle/ ../data/templates/ ../www/ + + ../src/SemanticScuttle/db/ + \ No newline at end of file