File tree Expand file tree Collapse file tree 1 file changed +15
-18
lines changed Expand file tree Collapse file tree 1 file changed +15
-18
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
- <server name =" SYMFONY_DEPRECATIONS_HELPER" value =" max[direct]=0" />
14
- </php >
15
-
16
- <testsuites >
17
- <testsuite name =" Test Suite" >
18
- <directory >./tests/</directory >
19
- </testsuite >
20
- </testsuites >
21
-
22
- <filter >
23
- <whitelist >
24
- <directory >./src</directory >
25
- </whitelist >
26
- </filter >
10
+ <coverage >
11
+ <include >
12
+ <directory >./src</directory >
13
+ </include >
14
+ </coverage >
15
+ <php >
16
+ <ini name =" error_reporting" value =" -1" />
17
+ <server name =" SYMFONY_DEPRECATIONS_HELPER" value =" max[direct]=0" />
18
+ </php >
19
+ <testsuites >
20
+ <testsuite name =" Test Suite" >
21
+ <directory >./tests/</directory >
22
+ </testsuite >
23
+ </testsuites >
27
24
</phpunit >
You can’t perform that action at this time.
0 commit comments