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 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
3
3
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/8.1 /phpunit.xsd"
4
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3 /phpunit.xsd"
5
5
backupGlobals =" false"
6
6
colors =" true"
7
7
bootstrap =" vendor/autoload.php"
27
27
</testsuite >
28
28
</testsuites >
29
29
30
- <filter >
31
- <whitelist >
30
+ <coverage >
31
+ <include >
32
32
<directory >.</directory >
33
- < exclude >
34
- < directory >./resources</ directory >
35
- <directory >./tests </directory >
36
- <directory >./vendor </directory >
37
- </ exclude >
38
- </whitelist >
39
- </filter >
33
+ </ include >
34
+ < exclude >
35
+ <directory >./resources </directory >
36
+ <directory >./tests </directory >
37
+ <directory >./vendor</ directory >
38
+ </exclude >
39
+ </coverage >
40
40
</phpunit >
You can’t perform that action at this time.
0 commit comments