File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
3
3
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : noNamespaceSchemaLocation =" http ://schema.phpunit.de/9 .3/phpunit.xsd"
4
+ xsi : noNamespaceSchemaLocation =" https ://schema.phpunit.de/11 .3/phpunit.xsd"
5
5
backupGlobals =" false"
6
6
colors =" true"
7
7
bootstrap =" vendor/autoload.php"
8
+ failOnDeprecation =" true"
8
9
failOnRisky =" true"
9
10
failOnWarning =" true"
10
11
>
18
19
</testsuite >
19
20
</testsuites >
20
21
21
- <coverage >
22
+ <source ignoreSuppressionOfDeprecations = " true " >
22
23
<include >
23
24
<directory >./</directory >
24
25
</include >
25
26
<exclude >
26
27
<directory >./Tests</directory >
27
28
<directory >./vendor</directory >
28
29
</exclude >
29
- </coverage >
30
+ </source >
31
+
32
+ <extensions >
33
+ <bootstrap class =" Symfony\Bridge\PhpUnit\SymfonyExtension" />
34
+ </extensions >
30
35
</phpunit >
You can’t perform that action at this time.
0 commit comments