From df97bf270ce5f0d72c861abea9e565b43d6b83cc Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 22 May 2019 12:28:27 +0100 Subject: [PATCH] Run PHPUnit in verbose mode --- phpunit.xml.dist | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 42dac259c..e6879d18b 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -4,10 +4,11 @@ convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" - stopOnFailure="true"> + stopOnFailure="true" + verbose="true"> src/Speakers/tests - \ No newline at end of file +