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 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22
33<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"
55 backupGlobals =" false"
66 colors =" true"
77 bootstrap =" vendor/autoload.php"
8+ failOnDeprecation =" true"
89 failOnRisky =" true"
910 failOnWarning =" true"
1011>
2425 </exclude >
2526 </groups >
2627
27- <coverage >
28+ <source ignoreSuppressionOfDeprecations = " true " >
2829 <include >
2930 <directory >./</directory >
3031 </include >
3334 <directory >./Tests</directory >
3435 <directory >./vendor</directory >
3536 </exclude >
36- </coverage >
37+ </source >
38+
39+ <extensions >
40+ <bootstrap class =" Symfony\Bridge\PhpUnit\SymfonyExtension" />
41+ </extensions >
3742</phpunit >
You can’t perform that action at this time.
0 commit comments