From b04d68d087c2cf4f2096a07f2e41bd39912f19d0 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 2 Mar 2016 12:57:35 +0100 Subject: [PATCH] Stop on failure for easy log debug thing. --- phpunit.default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.default.xml b/phpunit.default.xml index 2664543d0a..31ac89bcfe 100644 --- a/phpunit.default.xml +++ b/phpunit.default.xml @@ -7,7 +7,7 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" - stopOnFailure="false"> + stopOnFailure="true"> ./tests/