From b9e2bffec7837fc192f45172f3f6f18a7bcb3161 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 18 Jul 2012 14:56:06 +0200 Subject: [PATCH] Add rule to test without coverage reports --- build.xml | 6 ++++++ phpunit.xml.nocoverage | 46 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 phpunit.xml.nocoverage diff --git a/build.xml b/build.xml index 731b2f9207..89a9b2c0e1 100644 --- a/build.xml +++ b/build.xml @@ -24,6 +24,12 @@ + + + + + + + + + + + + + + + + + + + + + + + + test/classes + + + test/Environment_test.php + test/libraries/core + test/libraries/common + test/libraries/rte + test/libraries + + + + + + + + + + + +