File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2-
32<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
43<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5- xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/6.1/phpunit.xsd"
6- backupGlobals =" false"
4+ xsi : noNamespaceSchemaLocation =" vendor/bin/.phpunit/phpunit.xsd"
75 colors =" true"
86 bootstrap =" vendor/autoload.php"
97 failOnRisky =" true"
108 failOnWarning =" true" >
9+
10+ <coverage processUncoveredFiles =" true" >
11+ <include >
12+ <directory suffix =" .php" >./src</directory >
13+ </include >
14+ </coverage >
15+
1116 <php >
1217 <ini name =" error_reporting" value =" -1" />
1318 <ini name =" intl.default_locale" value =" en" />
2328 </testsuite >
2429 </testsuites >
2530
26- <filter >
27- <whitelist >
28- <directory >./src</directory >
29- </whitelist >
30- </filter >
3131</phpunit >
You can’t perform that action at this time.
0 commit comments