File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
12<phpunit
3+ xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
24 backupGlobals=" false"
35 beStrictAboutOutputDuringTests=" true"
46 beStrictAboutTestsThatDoNotTestAnything=" true"
810 convertNoticesToExceptions=" true"
911 convertWarningsToExceptions=" true"
1012 convertDeprecationsToExceptions=" true"
13+ xsi:noNamespaceSchemaLocation=" https://schema.phpunit.de/9.3/phpunit.xsd"
1114>
1215 <testsuites >
1316 <testsuite name =" main" >
1417 <directory suffix =" .php" >tests/phpunit</directory >
1518 </testsuite >
1619 </testsuites >
17- <filter >
18- <whitelist processUncoveredFilesFromWhitelist = " true " >
20+ <coverage processUncoveredFiles = " true " >
21+ <include >
1922 <directory suffix =" .php" >src</directory >
20- </whitelist >
21- </filter >
23+ </include >
24+ </coverage >
2225</phpunit >
You can’t perform that action at this time.
0 commit comments