File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
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/10.0 /phpunit.xsd"
3+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5 /phpunit.xsd"
44 backupGlobals =" false"
55 bootstrap =" vendor/autoload.php"
66 colors =" true"
77 processIsolation =" false"
88 stopOnFailure =" false" >
9- <coverage >
10- <include >
11- <directory suffix =" .php" >src/</directory >
12- </include >
13- </coverage >
149 <testsuites >
1510 <testsuite name =" GeoIP Package Test Suite" >
1611 <directory >./tests</directory >
1712 </testsuite >
1813 </testsuites >
14+ <source >
15+ <include >
16+ <directory suffix =" .php" >src/</directory >
17+ </include >
18+ </source >
1919</phpunit >
You can’t perform that action at this time.
0 commit comments