Add deprecations

This commit is contained in:
Jaapio
2022-10-28 16:41:00 +02:00
parent 25d696587f
commit b12a33921b
8 changed files with 12 additions and 2 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.0/phpunit.xsd"
colors="true"
convertDeprecationsToExceptions="true"
beStrictAboutOutputDuringTests="true"
convertDeprecationsToExceptions="false"
beStrictAboutOutputDuringTests="false"
forceCoversAnnotation="true"
verbose="true"
bootstrap="vendor/autoload.php"