From b7683f79a678201049501cd21b4c88b78dffce0f Mon Sep 17 00:00:00 2001 From: Vincent Letourneau Date: Thu, 27 Jul 2017 17:40:42 +0200 Subject: [PATCH] Add code coverage and color output for testing --- web/app/phpunit.xml.dist | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/app/phpunit.xml.dist b/web/app/phpunit.xml.dist index 184dd34..d31dbbb 100644 --- a/web/app/phpunit.xml.dist +++ b/web/app/phpunit.xml.dist @@ -3,7 +3,7 @@ + colors="always"> @@ -24,4 +24,8 @@ + + + \ No newline at end of file