File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- backupGlobals =" false"
2+ <phpunit backupGlobals =" false"
43 backupStaticAttributes =" false"
54 bootstrap =" vendor/autoload.php"
65 colors =" true"
76 convertErrorsToExceptions =" true"
87 convertNoticesToExceptions =" true"
98 convertWarningsToExceptions =" true"
109 processIsolation =" false"
11- stopOnFailure =" false"
12- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
13- <coverage processUncoveredFiles =" true" >
14- <include >
15- <directory suffix =" .php" >./src</directory >
16- </include >
17- </coverage >
10+ stopOnFailure =" false" >
1811 <testsuites >
1912 <testsuite name =" Unit" >
2013 <directory suffix =" Test.php" >./tests/Unit</directory >
2114 </testsuite >
2215 </testsuites >
16+ <filter >
17+ <whitelist processUncoveredFilesFromWhitelist =" true" >
18+ <directory suffix =" .php" >./src</directory >
19+ </whitelist >
20+ </filter >
2321 <php >
2422 <env name =" APP_ENV" value =" testing" />
2523 <env name =" CACHE_DRIVER" value =" array" />
You can’t perform that action at this time.
0 commit comments