File tree Expand file tree Collapse file tree 1 file changed +8
-13
lines changed
Expand file tree Collapse file tree 1 file changed +8
-13
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" >
1512 <testsuites >
1613 <testsuite name =" default" >
1714 <directory >tests</directory >
1815 </testsuite >
1916 </testsuites >
20-
21- <coverage cacheDirectory =" .phpunit.cache/code-coverage"
22- processUncoveredFiles =" true" >
17+ <source >
2318 <include >
2419 <directory suffix =" .php" >src</directory >
2520 </include >
26- </coverage >
27- </phpunit >
21+ </source >
22+ </phpunit >
You can’t perform that action at this time.
0 commit comments