From 726b51151cbf459b6014e7386cb4b091adb5dc76 Mon Sep 17 00:00:00 2001 From: Ilyas Salikhov Date: Sat, 27 Jan 2024 19:40:29 +0300 Subject: [PATCH] Check deprecations in tests --- .gitignore | 1 + phpunit.xml.dist | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 47e1659..2eb76c6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /vendor composer.lock .phpunit.result.cache +.env diff --git a/phpunit.xml.dist b/phpunit.xml.dist index dfb6b9b..42bd175 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -8,6 +8,7 @@ convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" + convertDeprecationsToExceptions="true" processIsolation="false" stopOnFailure="false">