Files
php-curl-class/tests/phpunit.xml
T
2015-10-20 21:54:53 -07:00

8 lines
231 B
XML

<phpunit bootstrap="../vendor/autoload.php" colors="true">
<testsuites>
<testsuite name="PHPCurlClass">
<directory suffix=".php">./PHPCurlClass/</directory>
</testsuite>
</testsuites>
</phpunit>