Try a fix of phpunit regression

This commit is contained in:
Laurent Destailleur 2022-12-21 23:34:32 +01:00
parent 8e914b2423
commit a0f282d100

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE phpunit SYSTEM "phpunit.dtd" > <!DOCTYPE phpunit SYSTEM "phpunit.dtd" >
<phpunit <phpunit
backupGlobals="true" backupGlobals="false"
backupStaticAttributes="false" backupStaticAttributes="true"
convertErrorsToExceptions="true" convertErrorsToExceptions="true"
convertNoticesToExceptions="true" convertNoticesToExceptions="true"
convertWarningsToExceptions="true" convertWarningsToExceptions="true"