File tree Expand file tree Collapse file tree 1 file changed +11
-13
lines changed
Expand file tree Collapse file tree 1 file changed +11
-13
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2-
3- <phpunit bootstrap =" ./vendor/autoload.php" colors =" true" >
4- <testsuites >
5- <testsuite name =" MaxMind DB Test Suite" >
6- <directory suffix =" Test.php" >./tests/MaxMind/Db/Test/</directory >
7- </testsuite >
8- </testsuites >
9-
10- <filter >
11- <whitelist >
12- <directory suffix =" .php" >./src/MaxMind/Db/</directory >
13- </whitelist >
14- </filter >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" bootstrap =" ./vendor/autoload.php" colors =" true" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
3+ <coverage >
4+ <include >
5+ <directory suffix =" .php" >./src/MaxMind/Db/</directory >
6+ </include >
7+ </coverage >
8+ <testsuites >
9+ <testsuite name =" MaxMind DB Test Suite" >
10+ <directory suffix =" Test.php" >./tests/MaxMind/Db/Test/</directory >
11+ </testsuite >
12+ </testsuites >
1513</phpunit >
You can’t perform that action at this time.
0 commit comments