From 0afd71bfebdad701086363b0cb5fca7252f5b08f Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Sun, 22 Nov 2015 16:13:39 +0100 Subject: [PATCH] set verbose mode by default to know php version and config used --- phpunit.xml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index ace6469a..3a434101 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -9,7 +9,7 @@ stopOnIncomplete="false" stopOnRisky="false" stopOnSkipped="false" - verbose="false" + verbose="true" >