From baf1fc0cf4aa14f4e8f102d58d81937c1a79da7f Mon Sep 17 00:00:00 2001 From: Holger Woltersdorf Date: Tue, 28 Jan 2020 21:35:50 +0100 Subject: [PATCH] Update phpunit config --- build/phpunit.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/build/phpunit.xml b/build/phpunit.xml index d5af587..77f0e1f 100644 --- a/build/phpunit.xml +++ b/build/phpunit.xml @@ -1,12 +1,12 @@ + bootstrap="../vendor/autoload.php" + verbose="true" + beStrictAboutOutputDuringTests="true" + colors="true" + convertDeprecationsToExceptions="true" + convertErrorsToExceptions="true" + convertNoticesToExceptions="true" + convertWarningsToExceptions="true"> ../tests/Unit