From 31a30766924364e0182a222c988abc199fda66af Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Fri, 13 Sep 2024 21:11:38 +0300 Subject: [PATCH] Enable `displayDetailsOnPhpunitDeprecations` in PhpUnit --- phpunit.xml.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 01f3a30..77f31f1 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -11,6 +11,7 @@ failOnWarning="true" stopOnFailure="false" colors="true" + displayDetailsOnPhpunitDeprecations="true" >