File tree Expand file tree Collapse file tree 2 files changed +21
-17
lines changed
Expand file tree Collapse file tree 2 files changed +21
-17
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : noNamespaceSchemaLocation =" https ://schema.phpunit.de/9.3 /phpunit.xsd"
3+ xsi : noNamespaceSchemaLocation =" http ://schema.phpunit.de/9.1 /phpunit.xsd"
44 colors =" true"
55 columns =" max"
66 beStrictAboutTestsThatDoNotTestAnything =" false"
1717 <directory suffix =" Test.php" >../../../vendor/%COMPOSER_NAME%/src/tests/integration</directory >
1818 </testsuite >
1919 </testsuites >
20- <coverage >
21- <exclude >
22- <directory >../../../lib/internal/*/*/Test</directory >
23- <directory >../../../lib/internal/*/*/*/Test</directory >
24- <directory >../../../setup/src/*/*/Test</directory >
25- <directory >../../../vendor/*/*/Test</directory >
26- </exclude >
27- </coverage >
20+ <filter >
21+ <whitelist >
22+ <exclude >
23+ <directory >../../../lib/internal/*/*/Test</directory >
24+ <directory >../../../lib/internal/*/*/*/Test</directory >
25+ <directory >../../../setup/src/*/*/Test</directory >
26+ <directory >../../../vendor/*/*/Test</directory >
27+ </exclude >
28+ </whitelist >
29+ </filter >
2830 <php >
2931 <includePath >.</includePath >
3032 <includePath >testsuite</includePath >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : noNamespaceSchemaLocation =" https ://schema.phpunit.de/9.3 /phpunit.xsd"
3+ xsi : noNamespaceSchemaLocation =" http ://schema.phpunit.de/9.1 /phpunit.xsd"
44 colors =" true"
55 columns =" max"
66 beStrictAboutTestsThatDoNotTestAnything =" false"
1212 <directory suffix =" Test.php" >../../../vendor/%COMPOSER_NAME%/tests/unit</directory >
1313 </testsuite >
1414 </testsuites >
15- <coverage >
16- <exclude >
17- <directory >../../../lib/internal/*/*/Test</directory >
18- <directory >../../../lib/internal/*/*/*/Test</directory >
19- <directory >../../../setup/src/*/*/Test</directory >
20- </exclude >
21- </coverage >
15+ <filter >
16+ <whitelist >
17+ <exclude >
18+ <directory >../../../lib/internal/*/*/Test</directory >
19+ <directory >../../../lib/internal/*/*/*/Test</directory >
20+ <directory >../../../setup/src/*/*/Test</directory >
21+ </exclude >
22+ </whitelist >
23+ </filter >
2224 <php >
2325 <ini name =" date.timezone" value =" America/Los_Angeles" />
2426 <ini name =" xdebug.max_nesting_level" value =" 200" />
You can’t perform that action at this time.
0 commit comments