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