mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-21 15:10:49 +00:00
8 lines
231 B
XML
8 lines
231 B
XML
<phpunit bootstrap="../vendor/autoload.php" colors="true">
|
|
<testsuites>
|
|
<testsuite name="PHPCurlClass">
|
|
<directory suffix=".php">./PHPCurlClass/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|