File tree Expand file tree Collapse file tree 1 file changed +13
-21
lines changed
Expand file tree Collapse file tree 1 file changed +13
-21
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit backupGlobals =" false"
3- backupStaticAttributes =" false"
4- bootstrap =" tests/bootstrap.php"
5- colors =" true"
6- convertErrorsToExceptions =" true"
7- convertNoticesToExceptions =" true"
8- convertWarningsToExceptions =" true"
9- processIsolation =" false"
10- stopOnFailure =" false"
11- verbose =" true" >
12- <testsuite name =" Matomo-PHP-API Test Suite" >
13- <directory >tests</directory >
14- </testsuite >
15- <filter >
16- <whitelist processUncoveredFilesFromWhitelist =" true" >
17- <directory suffix =" .php" >./src</directory >
18- </whitelist >
19- </filter >
20- <logging >
21- <log type =" coverage-html" target =" build/coverage/" />
22- </logging >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false" backupStaticAttributes =" false" bootstrap =" tests/bootstrap.php" colors =" true" convertErrorsToExceptions =" true" convertNoticesToExceptions =" true" convertWarningsToExceptions =" true" processIsolation =" false" stopOnFailure =" false" verbose =" true" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
3+ <coverage processUncoveredFiles =" true" >
4+ <include >
5+ <directory suffix =" .php" >./src</directory >
6+ </include >
7+ <report >
8+ <html outputDirectory =" build/coverage/" />
9+ </report >
10+ </coverage >
11+ <testsuite name =" Matomo-PHP-API Test Suite" >
12+ <directory >tests</directory >
13+ </testsuite >
14+ <logging />
2315</phpunit >
You can’t perform that action at this time.
0 commit comments