From 24c42c2e22ca2a25a3efe70670251243ecf500b7 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Thu, 23 Nov 2017 10:03:01 -0600 Subject: [PATCH] ignore output during tests --- phpunit.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/phpunit.xml b/phpunit.xml index 381bc475..1baae029 100755 --- a/phpunit.xml +++ b/phpunit.xml @@ -6,6 +6,7 @@ convertErrorsToExceptions="false" convertNoticesToExceptions="false" convertWarningsToExceptions="false" + beStrictAboutOutputDuringTests="false" beStrictAboutTestsThatDoNotTestAnything="false">