2013-05-08 21:42:13 +00:00
|
|
|
<?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>
|
2013-05-20 19:50:10 +00:00
|
|
|
|
|
|
|
<logging>
|
|
|
|
<log type="coverage-clover" target="build/logs/clover.xml"/>
|
|
|
|
</logging>
|
|
|
|
|
2013-05-08 21:42:13 +00:00
|
|
|
</phpunit>
|