File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
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"
1818 </testsuite >
1919 </testsuites >
2020
21- <filter >
22- <whitelist >
21+ <coverage >
22+ <include >
2323 <directory >./</directory >
24- < exclude >
25- < directory >./Resources</ directory >
26- <directory >./Tests </directory >
27- <directory >./vendor </directory >
28- </ exclude >
29- </whitelist >
30- </filter >
24+ </ include >
25+ < exclude >
26+ <directory >./Resources </directory >
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