File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
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 " backupGlobals = " false " backupStaticAttributes = " false " bootstrap = " vendor/autoload.php " colors = " true " convertErrorsToExceptions = " true " convertNoticesToExceptions = " true " convertWarningsToExceptions = " true " processIsolation = " false " stopOnFailure = " false " xsi : noNamespaceSchemaLocation = " https://schema.phpunit.de/9.3/phpunit.xsd " >
3- <coverage includeUncoveredFiles = " true " processUncoveredFiles = " true " >
4- <include >
2+ <phpunit >
3+ <filter >
4+ <whitelist processUncoveredFilesFromWhitelist = " true " >
55 <directory suffix =" .php" >src</directory >
6- </include >
7- </coverage >
6+ </whitelist >
7+ </filter >
88 <testsuites >
99 <testsuite name =" RKD Banklink Test Suite" >
1010 <directory suffix =" .php" >./tests/</directory >
You can’t perform that action at this time.
0 commit comments