File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
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"
20
20
</testsuite >
21
21
</testsuites >
22
22
23
- <filter >
24
- <whitelist >
23
+ <coverage >
24
+ <include >
25
25
<directory >./</directory >
26
- < exclude >
27
- < directory >./Tests</ directory >
28
- <directory >./Service/Test/ </directory >
29
- <directory >./Translation /Test/</directory >
30
- <directory >./vendor </directory >
31
- </ exclude >
32
- </whitelist >
33
- </filter >
26
+ </ include >
27
+ < exclude >
28
+ <directory >./Tests </directory >
29
+ <directory >./Service /Test/</directory >
30
+ <directory >./Translation/Test/ </directory >
31
+ <directory >./vendor</ directory >
32
+ </exclude >
33
+ </coverage >
34
34
35
35
</phpunit >
You can’t perform that action at this time.
0 commit comments