File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
33 xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
4- bootstrap =" vendor/autoload.php"
54 cacheDirectory =" .phpunit.cache"
65 executionOrder =" depends,defects"
76 requireCoverageMetadata =" true"
87 beStrictAboutCoverageMetadata =" true"
98 beStrictAboutOutputDuringTests =" true"
9+ displayDetailsOnPhpunitDeprecations =" true"
10+ failOnPhpunitDeprecation =" true"
1011 failOnRisky =" true"
1112 failOnWarning =" true"
1213 colors =" true" >
1617 </testsuite >
1718 </testsuites >
1819
19- <source >
20+ <source restrictDeprecations = " true " restrictNotices = " true " restrictWarnings = " true " >
2021 <include >
2122 <directory >src</directory >
2223 </include >
You can’t perform that action at this time.
0 commit comments