From 06eccb323b731e96bd13dba7f214afb4c32c73a3 Mon Sep 17 00:00:00 2001 From: Evgeniy Zyubin Date: Thu, 16 Nov 2023 13:22:52 +0300 Subject: [PATCH] Reverse phpunit configuration --- phpunit.xml.dist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index fe4773f..7b2260e 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -5,9 +5,9 @@ beStrictAboutCoversAnnotation="true" beStrictAboutOutputDuringTests="true" beStrictAboutTodoAnnotatedTests="true" - convertWarningsToExceptions="false" - convertNoticesToExceptions="false" - convertErrorsToExceptions="false" + convertWarningsToExceptions="true" + convertNoticesToExceptions="true" + convertErrorsToExceptions="true" resolveDependencies="true" stopOnFailure="false" failOnWarning="true"