File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/6.4 /phpunit.xsd"
3
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3 /phpunit.xsd"
4
4
bootstrap =" vendor/autoload.php"
5
5
colors =" true"
6
6
verbose =" true" >
7
- <testsuite name =" Unit" >
8
- <directory suffix =" Test.php" >tests</directory >
9
- </testsuite >
10
-
11
- <filter >
12
- <whitelist processUncoveredFilesFromWhitelist =" true" >
13
- <directory suffix =" .php" >src</directory >
14
- </whitelist >
15
- </filter >
16
- </phpunit >
7
+ <coverage processUncoveredFiles =" true" >
8
+ <include >
9
+ <directory suffix =" .php" >src</directory >
10
+ </include >
11
+ </coverage >
12
+ <testsuite name =" Unit" >
13
+ <directory suffix =" Test.php" >tests</directory >
14
+ </testsuite >
15
+ </phpunit >
You can’t perform that action at this time.
0 commit comments