Files
cloudflare-php/phpunit.xml
2017-01-13 23:52:27 +00:00

8 lines
259 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="Cloudflare API PHP Binding">
<directory suffix=".php">./tests/</directory>
</testsuite>
</testsuites>
</phpunit>