File tree Expand file tree Collapse file tree 1 file changed +16
-19
lines changed
Expand file tree Collapse file tree 1 file changed +16
-19
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit bootstrap =" ../../vendor/autoload.php" colors =" true" >
3-
4- <testsuites >
5- <testsuite name =" NumPhp Test Suite" >
6- <directory >../../test/Unit/</directory >
7- </testsuite >
8- </testsuites >
9-
10- <logging >
11- <log type =" coverage-text" target =" php://stdout" showUncoveredFiles =" false" />
12- <log type =" coverage-clover" target =" ../../build/logs/clover.xml" />
13- </logging >
14-
15- <filter >
16- <whitelist processUncoveredFilesFromWhitelist =" true" >
17- <directory suffix =" .php" >../../src</directory >
18- </whitelist >
19- </filter >
20-
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" bootstrap =" ../../vendor/autoload.php" colors =" 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+ <clover outputFile =" ../../build/logs/clover.xml" />
9+ <text outputFile =" php://stdout" showUncoveredFiles =" false" />
10+ </report >
11+ </coverage >
12+ <testsuites >
13+ <testsuite name =" NumPhp Test Suite" >
14+ <directory >../../test/Unit/</directory >
15+ </testsuite >
16+ </testsuites >
17+ <logging />
2118</phpunit >
You can’t perform that action at this time.
0 commit comments