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- <phpunit
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/4.5/phpunit.xsd"
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
53 backupGlobals =" false"
4+ backupStaticAttributes =" false"
65 colors =" true"
6+ convertErrorsToExceptions =" true"
7+ convertNoticesToExceptions =" true"
8+ convertWarningsToExceptions =" true"
9+ processIsolation =" false"
10+ stopOnFailure =" false"
711 bootstrap =" vendor/autoload.php"
8- >
12+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd"
13+ >
914 <testsuites >
10- <testsuite name =" PCRE Test Suite" >
11- <directory >tests</directory >
15+ <testsuite name =" ClassMapGenerator Test Suite" >
16+ <directory >./ tests/ </directory >
1217 </testsuite >
1318 </testsuites >
14-
15- <filter >
16- <whitelist >
17- <directory >src</directory >
18- </whitelist >
19- </filter >
19+ <coverage >
20+ <include >
21+ <directory >./src/</directory >
22+ </include >
23+ </coverage >
2024</phpunit >
You can’t perform that action at this time.
0 commit comments