File tree Expand file tree Collapse file tree 1 file changed +16
-28
lines changed
Expand file tree Collapse file tree 1 file changed +16
-28
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- stopOnError =" false"
11- stopOnFailure =" false" >
12-
13- <testsuites >
14- <testsuite name =" Unit" >
15- <directory >./tests/Test/Prometheus</directory >
16- </testsuite >
17- </testsuites >
18-
19- <filter >
20- <whitelist processUncoveredFilesFromWhitelist =" true" >
21- <directory suffix =" .php" >./src/Prometheus</directory >
22- </whitelist >
23- </filter >
24-
25- <groups >
26- <exclude >
27- <group >Performance</group >
28- </exclude >
29- </groups >
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" stopOnError =" false" stopOnFailure =" false" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
3+ <coverage processUncoveredFiles =" true" >
4+ <include >
5+ <directory suffix =" .php" >./src/Prometheus</directory >
6+ </include >
7+ </coverage >
8+ <testsuites >
9+ <testsuite name =" Unit" >
10+ <directory >./tests/Test/Prometheus</directory >
11+ </testsuite >
12+ </testsuites >
13+ <groups >
14+ <exclude >
15+ <group >Performance</group >
16+ </exclude >
17+ </groups >
3018</phpunit >
You can’t perform that action at this time.
0 commit comments