From 5e7c27b0f45160a909ba50babb73551536c443ad Mon Sep 17 00:00:00 2001 From: freek Date: Sat, 7 Oct 2017 01:02:22 +0200 Subject: [PATCH] attempt to fix php 7.2 errors on travis --- phpunit.xml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 563fc80..85a229e 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -7,7 +7,7 @@ convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" - processIsolation="false" + processIsolation="true" stopOnFailure="false">