File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed
Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
12<phpunit
23 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : noNamespaceSchemaLocation =" http ://schema.phpunit.de/7.0 /phpunit.xsd"
4+ xsi : noNamespaceSchemaLocation =" https ://schema.phpunit.de/10.5 /phpunit.xsd"
45 colors =" true"
56 backupGlobals =" false"
67 bootstrap =" vendor/autoload.php"
7- >
8+ cacheDirectory = " .phpunit.result.cache " >
89
9- <filter >
10- <whitelist >
10+ <source >
11+ <include >
1112 <directory >src</directory >
12- </whitelist >
13- </filter >
14-
15- <logging >
16- <log type =" coverage-html" target =" build/coverage/html/" />
17- <log type =" coverage-clover" target =" build/logs/clover.xml" />
18- </logging >
19-
13+ </include >
14+ </source >
15+ <coverage >
16+ <report >
17+ <clover outputFile =" build/logs/clover.xml" />
18+ <html outputDirectory =" build/coverage/html/" />
19+ </report >
20+ </coverage >
21+ <logging />
2022 <testsuites >
2123 <testsuite name =" Unit tests" >
2224 <directory suffix =" .php" >tests/Unit</directory >
You can’t perform that action at this time.
0 commit comments