From 730c3a36e57a5216027d1436e7272784c572aec0 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Fri, 26 Nov 2010 14:03:45 -0500 Subject: [PATCH] Update phpunit config to exclude tests from coverage report. --- test/phpunit.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/phpunit.xml b/test/phpunit.xml index c70e6b0..891fa8e 100644 --- a/test/phpunit.xml +++ b/test/phpunit.xml @@ -3,4 +3,8 @@ ./ + + ../examples + ./ + \ No newline at end of file