From dd249db9014640b6a271a1b76c3b60926516f5a2 Mon Sep 17 00:00:00 2001 From: Raphael Zimmermann Date: Mon, 16 Mar 2015 16:56:14 +0100 Subject: [PATCH] PHPUnit now creates coverage...required for codeclimate --- .gitignore | 1 + phpunit.xml | 36 ++++++++++++++++++++---------------- 2 files changed, 21 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index f591fcd..b45399c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /vendor/ /cache/ /blacklist/ +/build/ diff --git a/phpunit.xml b/phpunit.xml index d410729..01b1aad 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,19 +1,23 @@ - - - - tests - - + + + + + + + tests + +