File tree Expand file tree Collapse file tree 1 file changed +12
-16
lines changed
Expand file tree Collapse file tree 1 file changed +12
-16
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2-
32<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : noNamespaceSchemaLocation =" http ://schema.phpunit.de/4.1 /phpunit.xsd"
3+ xsi : noNamespaceSchemaLocation =" https ://schema.phpunit.de/9.3 /phpunit.xsd"
54 backupGlobals =" false"
65 colors =" true"
76 verbose =" true"
87 bootstrap =" vendor/autoload.php"
98 failOnRisky =" true"
10- failOnWarning =" true"
11- >
9+ failOnWarning =" true" >
10+ <coverage >
11+ <include >
12+ <directory >./</directory >
13+ </include >
14+ <exclude >
15+ <directory >./tests</directory >
16+ <directory >./vendor</directory >
17+ </exclude >
18+ </coverage >
1219 <php >
1320 <ini name =" error_reporting" value =" -1" />
1421 </php >
15-
1622 <testsuites >
1723 <testsuite name =" Tests" >
1824 <directory >./tests/</directory >
1925 </testsuite >
2026 </testsuites >
21-
22- <filter >
23- <whitelist >
24- <directory >./</directory >
25- <exclude >
26- <directory >./tests</directory >
27- <directory >./vendor</directory >
28- </exclude >
29- </whitelist >
30- </filter >
31- </phpunit >
27+ </phpunit >
You can’t perform that action at this time.
0 commit comments