16 lines
416 B
Plaintext
16 lines
416 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
||
|
<phpunit bootstrap="./tests/bootstrap.php" colors="true">
|
||
|
<testsuites>
|
||
|
<testsuite name="GeoIP2 Test Suite">
|
||
|
<directory suffix="Test.php">./tests/GeoIP2/Test/</directory>
|
||
|
</testsuite>
|
||
|
</testsuites>
|
||
|
|
||
|
<filter>
|
||
|
<whitelist>
|
||
|
<directory suffix=".php">./src/GeoIP2/</directory>
|
||
|
</whitelist>
|
||
|
</filter>
|
||
|
</phpunit>
|