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 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2-
32<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"
54 backupGlobals =" false"
65 colors =" true"
76 bootstrap =" vendor/autoload.php"
87 failOnRisky =" true"
98 failOnWarning =" true"
109>
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 >
2724</phpunit >
You can’t perform that action at this time.
0 commit comments