Skip to content

Commit 75ffba9

Browse files
committed
Migration PHPUnit config
1 parent 7f540ac commit 75ffba9

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

phpunit.xml.dist

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
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>

0 commit comments

Comments
 (0)