PHPUnit template: convert deprecations to exceptions

This commit is contained in:
Pascal Birchler 2024-10-01 12:38:29 +02:00
parent 820581d9e1
commit e8497b6d2e
No known key found for this signature in database
GPG key ID: 0DECE73DD74E8B2F

View file

@ -4,8 +4,9 @@
backupGlobals="false" backupGlobals="false"
colors="true" colors="true"
convertErrorsToExceptions="true" convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true" convertWarningsToExceptions="true"
convertNoticesToExceptions="true"
convertDeprecationsToExceptions="true"
> >
<testsuites> <testsuites>
<testsuite name="testing"> <testsuite name="testing">