File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/Symfony/Component/Lock/Bridge/DynamoDb Expand file tree Collapse file tree 1 file changed +4
-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>
1819 </testsuite >
1920 </testsuites >
2021
21- <coverage >
22+ <source ignoreSuppressionOfDeprecations = " true " >
2223 <include >
2324 <directory >./</directory >
2425 </include >
2526 <exclude >
2627 <directory >./Tests</directory >
2728 <directory >./vendor</directory >
2829 </exclude >
29- </coverage >
30+ </source >
3031</phpunit >
You can’t perform that action at this time.
0 commit comments