File tree 1 file changed +14
-17
lines changed 1 file changed +14
-17
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
-
3
2
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : noNamespaceSchemaLocation =" http ://schema.phpunit.de/5.2 /phpunit.xsd"
3
+ xsi : noNamespaceSchemaLocation =" https ://schema.phpunit.de/9.3 /phpunit.xsd"
5
4
backupGlobals =" false"
6
5
colors =" true"
7
6
bootstrap =" vendor/autoload.php"
8
7
failOnRisky =" true"
9
8
failOnWarning =" true"
10
9
>
11
- <php >
12
- <ini name =" error_reporting" value =" -1" />
13
- </php >
14
-
15
- <testsuites >
16
- <testsuite name =" Test Suite" >
17
- <directory >./tests/</directory >
18
- </testsuite >
19
- </testsuites >
20
-
21
- <filter >
22
- <whitelist >
23
- <directory >./src</directory >
24
- </whitelist >
25
- </filter >
10
+ <coverage >
11
+ <include >
12
+ <directory >./src</directory >
13
+ </include >
14
+ </coverage >
15
+ <php >
16
+ <ini name =" error_reporting" value =" -1" />
17
+ </php >
18
+ <testsuites >
19
+ <testsuite name =" Test Suite" >
20
+ <directory >./tests/</directory >
21
+ </testsuite >
22
+ </testsuites >
26
23
</phpunit >
You can’t perform that action at this time.
0 commit comments