File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 33<!-- https://docs.phpunit.de/en/11.5/configuration.html -->
44<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
55 xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
6+ failOnDeprecation =" true"
67 failOnNotice =" true"
78 failOnWarning =" true"
89 colors =" true"
2122 </testsuite >
2223 </testsuites >
2324
24- <source >
25+ <source ignoreSuppressionOfDeprecations =" true"
26+ ignoreIndirectDeprecations =" true"
27+ >
2528 <include >
2629 <directory suffix =" .php" >src</directory >
2730 </include >
2831
32+ <deprecationTrigger >
33+ <function >trigger_deprecation</function >
34+ <method >Doctrine\Deprecations\Deprecation::trigger</method >
35+ <method >Doctrine\Deprecations\Deprecation::delegateTriggerToBackend</method >
36+ </deprecationTrigger >
2937 </source >
3038
3139 <extensions >
You can’t perform that action at this time.
0 commit comments