mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-18 08:22:36 +00:00
11 lines
303 B
XML
11 lines
303 B
XML
<phpunit bootstrap="../vendor/autoload.php" colors="true">
|
|
<testsuites>
|
|
<testsuite name="PHPCurlClass">
|
|
<directory suffix="Test.php">../tests/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
<php>
|
|
<ini name="error_reporting" value="E_ALL" />
|
|
</php>
|
|
</phpunit>
|