Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508be04 commit d155c56Copy full SHA for d155c56
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"
@@ -20,6 +20,11 @@
20
</testsuites>
21
22
<source ignoreSuppressionOfDeprecations="true">
23
+ <deprecationTrigger>
24
+ <function>trigger_deprecation</function>
25
+ <method>Doctrine\Deprecations\Deprecation::trigger</method>
26
+ <method>Doctrine\Deprecations\Deprecation::triggerIfCalledFromOutside</method>
27
+ </deprecationTrigger>
28
<include>
29
<directory>./</directory>
30
</include>
0 commit comments