File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 3
3
<!-- https://docs.phpunit.de/en/11.5/configuration.html -->
4
4
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
5
xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
6
+ failOnDeprecation =" true"
6
7
failOnNotice =" true"
7
8
failOnWarning =" true"
8
9
colors =" true"
21
22
</testsuite >
22
23
</testsuites >
23
24
24
- <source >
25
+ <source ignoreSuppressionOfDeprecations =" true"
26
+ ignoreIndirectDeprecations =" true"
27
+ >
25
28
<include >
26
29
<directory suffix =" .php" >src</directory >
27
30
</include >
28
31
32
+ <deprecationTrigger >
33
+ <function >trigger_deprecation</function >
34
+ <method >Doctrine\Deprecations\Deprecation::trigger</method >
35
+ <method >Doctrine\Deprecations\Deprecation::delegateTriggerToBackend</method >
36
+ </deprecationTrigger >
29
37
</source >
30
38
31
39
<extensions >
You can’t perform that action at this time.
0 commit comments