File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313 failOnWarning =" true"
1414 failOnRisky =" true"
1515 stopOnFailure =" false"
16- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.1 /phpunit.xsd"
16+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/11.5 /phpunit.xsd"
1717>
1818 <coverage
1919 includeUncoveredFiles =" true"
2020 pathCoverage =" true"
21- disableCodeCoverageIgnore =" false"
22- ignoreDeprecatedCodeUnits =" false"
2321 >
24- <include >
25- <directory suffix =" .php" >src</directory >
26- </include >
2722 <report >
2823 <clover outputFile =" build/logs/clover.xml" />
2924 </report >
3025 </coverage >
26+ <source >
27+ <include >
28+ <directory suffix =" .php" >src/</directory >
29+ </include >
30+ </source >
3131 <testsuites >
3232 <testsuite name =" Unit" >
3333 <directory suffix =" Test.php" >./tests/Unit</directory >
You can’t perform that action at this time.
0 commit comments