mirror of
https://github.com/danog/dns.git
synced 2024-11-26 20:14:51 +01:00
14 lines
385 B
XML
14 lines
385 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phpunit bootstrap="./test/bootstrap.php" colors="true">
|
|
<testsuites>
|
|
<testsuite name="Tests">
|
|
<directory>./test</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
<filter>
|
|
<whitelist addUncoveredFilesFromWhitelist="true">
|
|
<directory>./lib</directory>
|
|
</whitelist>
|
|
</filter>
|
|
</phpunit>
|