From 961b7d1acfdede6dc15a20f071eac916078185a1 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sat, 13 Jun 2020 16:59:46 +0100 Subject: [PATCH] Fix phpunit collision plugin --- phpunit.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index fe5312bd..372850a4 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -6,6 +6,7 @@ convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" + printerClass="NunoMaduro\Collision\Adapters\Phpunit\Printer" processIsolation="false" stopOnFailure="true" > @@ -23,9 +24,6 @@ ./app - - -