There was an error while loading. Please reload this page.
1 parent 53c5a60 commit 140bbbeCopy full SHA for 140bbbe
1 file changed
phpunit.xml.dist
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.3/phpunit.xsd"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.5/phpunit.xsd"
5
backupGlobals="false"
6
colors="true"
7
bootstrap="vendor/autoload.php"
@@ -21,6 +21,11 @@
21
</testsuites>
22
23
<source ignoreSuppressionOfDeprecations="true">
24
+ <deprecationTrigger>
25
+ <function>trigger_deprecation</function>
26
+ <method>Doctrine\Deprecations\Deprecation::trigger</method>
27
+ <method>Doctrine\Deprecations\Deprecation::triggerIfCalledFromOutside</method>
28
+ </deprecationTrigger>
29
<include>
30
<directory>./</directory>
31
</include>
0 commit comments