11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- bootstrap =" vendor/autoload.php"
2+ <phpunit bootstrap =" vendor/autoload.php"
43 backupGlobals =" false"
54 backupStaticAttributes =" false"
65 colors =" true"
98 convertNoticesToExceptions =" true"
109 convertWarningsToExceptions =" true"
1110 processIsolation =" false"
12- stopOnFailure =" false"
13- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
14-
15- <coverage >
16- <include >
17- <directory suffix =" .php" >src/</directory >
18- </include >
19- <exclude >
20- <file >src/GeoIPServiceProvider.php</file >
21- <directory suffix =" .php" >src/config/</directory >
22- <directory suffix =" .php" >src/Facades/</directory >
23- <directory suffix =" .php" >src/Console/</directory >
24- </exclude >
25- </coverage >
26- <testsuites >
27- <testsuite name =" GeoIP Test Suite" >
28- <directory >tests</directory >
29- </testsuite >
30- </testsuites >
31- <php >
32- <env name =" CACHE_DRIVER" value =" array" />
33- </php >
11+ stopOnFailure =" false" >
12+ <testsuites >
13+ <testsuite name =" GeoIP Test Suite" >
14+ <directory >tests</directory >
15+ </testsuite >
16+ </testsuites >
17+ <filter >
18+ <whitelist >
19+ <directory suffix =" .php" >src/</directory >
20+ <exclude >
21+ <file >src/GeoIPServiceProvider.php</file >
22+ <directory suffix =" .php" >src/config/</directory >
23+ <directory suffix =" .php" >src/Facades/</directory >
24+ <directory suffix =" .php" >src/Console/</directory >
25+ </exclude >
26+ </whitelist >
27+ </filter >
28+ <logging >
29+ <log type =" tap" target =" build/report.tap" />
30+ <log type =" junit" target =" build/report.junit.xml" />
31+ <log type =" coverage-html" target =" build/coverage" />
32+ <log type =" coverage-text" target =" build/coverage.txt" />
33+ <log type =" coverage-xml" target =" build/coverage.xml" />
34+ <log type =" coverage-clover" target =" build/logs/clover.xml" />
35+ </logging >
3436</phpunit >
0 commit comments