From 0c40b306cc0cce437e6d1b861a66f0fa33953cb4 Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Mon, 2 Oct 2017 22:29:25 +0200 Subject: [PATCH] Remove failOnRisky config --- phpunit.xml.dist | 1 - 1 file changed, 1 deletion(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index d88ff66..a6970f3 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -8,7 +8,6 @@ convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" - failOnRisky="true" failOnWarning="true" processIsolation="false" stopOnError="false"