File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 =" http ://schema.phpunit.de/8.5 /phpunit.xsd"
3+ xsi : noNamespaceSchemaLocation =" https ://schema.phpunit.de/9.3 /phpunit.xsd"
44 backupGlobals =" false"
55 backupStaticAttributes =" false"
66 beStrictAboutTestsThatDoNotTestAnything =" true"
1919 <directory >./tests/</directory >
2020 </testsuite >
2121 </testsuites >
22- <filter >
23- <whitelist processUncoveredFilesFromWhitelist = " true " >
22+ <coverage processUncoveredFiles = " true " >
23+ <include >
2424 <directory >./src/</directory >
25- </whitelist >
26- </filter >
27- <logging >
28- <log
29- type =" coverage-html"
30- target =" ./coverage"
31- lowUpperBound =" 20"
32- highLowerBound =" 50"
33- />
34- </logging >
25+ </include >
26+ <report >
27+ <html outputDirectory =" ./coverage" lowUpperBound =" 20" highLowerBound =" 50" />
28+ </report >
29+ </coverage >
30+ <logging />
3531</phpunit >
You can’t perform that action at this time.
0 commit comments