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 =" http://schema.phpunit.de/5.2 /phpunit.xsd"
4
+ xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/9.3 /phpunit.xsd"
5
5
backupGlobals =" false"
6
6
colors =" true"
7
7
bootstrap =" vendor/autoload.php"
24
24
</exclude >
25
25
</groups >
26
26
27
- <filter >
28
- <whitelist >
27
+ <coverage >
28
+ <include >
29
29
<directory >./</directory >
30
- < exclude >
31
- < directory >./Resources</ directory >
32
- <directory >./Tests </directory >
33
- <directory >./vendor </directory >
34
- </ exclude >
35
- </whitelist >
36
- </filter >
30
+ </ include >
31
+ < exclude >
32
+ <directory >./Resources </directory >
33
+ <directory >./Tests </directory >
34
+ <directory >./vendor</ directory >
35
+ </exclude >
36
+ </coverage >
37
37
</phpunit >
You can’t perform that action at this time.
0 commit comments