File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2-
3- <phpunit backupGlobals =" false"
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd"
4+ backupGlobals =" false"
45 backupStaticAttributes =" false"
56 colors =" true"
67 convertErrorsToExceptions =" true"
910 processIsolation =" false"
1011 stopOnFailure =" false"
1112 bootstrap =" tests/bootstrap.php"
12- >
13+ >
14+ <coverage processUncoveredFiles =" true" >
15+ <include >
16+ <directory suffix =" .php" >src</directory >
17+ </include >
18+ </coverage >
1319 <testsuites >
1420 <testsuite name =" Symfony console completion" >
1521 <directory >./tests</directory >
1622 </testsuite >
1723 </testsuites >
18- <filter >
19- <whitelist processUncoveredFilesFromWhitelist =" true" >
20- <directory suffix =" .php" >src</directory >
21- </whitelist >
22- </filter >
23- </phpunit >
24+ </phpunit >
You can’t perform that action at this time.
0 commit comments