File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22
33<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/5.2 /phpunit.xsd"
4+ xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/9.3 /phpunit.xsd"
55 backupGlobals =" false"
66 colors =" true"
77 bootstrap =" vendor/autoload.php"
1919 </testsuite >
2020 </testsuites >
2121
22- <filter >
23- <whitelist >
22+ <coverage >
23+ <include >
2424 <directory >./</directory >
25- < exclude >
26- < directory >./Tests</ directory >
27- <directory >./vendor </directory >
28- </ exclude >
29- </whitelist >
30- </filter >
25+ </ include >
26+ < exclude >
27+ <directory >./Tests </directory >
28+ <directory >./vendor</ directory >
29+ </exclude >
30+ </coverage >
3131</phpunit >
You can’t perform that action at this time.
0 commit comments