From f64856ce8e8057c67c211aadd41ff22ec10f2bb0 Mon Sep 17 00:00:00 2001 From: Tobias Sarnowski Date: Fri, 20 Apr 2012 09:37:53 +0200 Subject: only include dw files in coverage report except _ directories --- _test/phpunit.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to '_test') diff --git a/_test/phpunit.xml b/_test/phpunit.xml index 015c6b7f0..13676f207 100644 --- a/_test/phpunit.xml +++ b/_test/phpunit.xml @@ -1,8 +1,7 @@ + convertNoticesToExceptions="false"> @@ -13,5 +12,15 @@ + + + ../ + + ../_cs/ + ../_test/ + ../lib/plugins/*/_test/ + + + -- cgit v1.2.3