File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
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"
3- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.6 /phpunit.xsd"
3+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/12.0 /phpunit.xsd"
44 bootstrap =" vendor/autoload.php"
5- cacheResultFile =" .phpunit.cache/test-results "
5+ cacheDirectory =" .phpunit.cache"
66 executionOrder =" depends,defects"
7- forceCoversAnnotation =" true"
8- beStrictAboutCoversAnnotation =" true"
7+ requireCoverageMetadata =" true"
8+ beStrictAboutCoverageMetadata =" true"
99 beStrictAboutOutputDuringTests =" true"
10- beStrictAboutTodoAnnotatedTests =" true"
11- convertDeprecationsToExceptions =" true"
1210 failOnRisky =" true"
13- failOnWarning =" true"
14- verbose = " true " >
11+ failOnWarning =" true" >
12+
1513 <testsuites >
1614 <testsuite name =" default" >
1715 <directory >tests</directory >
1816 </testsuite >
1917 </testsuites >
2018
21- <coverage cacheDirectory =" .phpunit.cache/code-coverage"
22- processUncoveredFiles =" true" >
19+ <source >
2320 <include >
2421 <directory suffix =" .php" >src</directory >
2522 </include >
23+ </source >
24+
25+ <coverage >
2626 </coverage >
27- </phpunit >
27+ </phpunit >
You can’t perform that action at this time.
0 commit comments