pb-dydns/phpunit.xml

9 lines
291 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/autoload.php" colors="true" verbose="true" backupGlobals="false" backupStaticAttributes="false">
<testsuites>
<testsuite name="pb-dydns Test Suite">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>