1
0
mirror of https://github.com/danog/dns.git synced 2025-01-22 21:41:11 +01:00
dns/phpunit.xml

14 lines
385 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
2015-08-01 22:18:44 -04:00
<phpunit bootstrap="./test/bootstrap.php" colors="true">
<testsuites>
<testsuite name="Tests">
<directory>./test</directory>
2015-08-01 22:18:44 -04:00
</testsuite>
</testsuites>
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory>./lib</directory>
</whitelist>
</filter>
</phpunit>