From 8f7194e7f5421ebe4f62bd0607bc6580014115e8 Mon Sep 17 00:00:00 2001 From: Jens Segers Date: Tue, 21 Feb 2017 11:52:03 +0100 Subject: [PATCH] Don't stop phpunit on failure --- phpunit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index 2f9114d..fe3598c 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -7,7 +7,7 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" - stopOnFailure="true" + stopOnFailure="false" syntaxCheck="false" >