mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-24 23:39:04 +00:00
9 lines
222 B
XML
9 lines
222 B
XML
<phpunit>
|
|
<testsuite name="PHPCurlClass">
|
|
<directory>.</directory>
|
|
</testsuite>
|
|
<logging>
|
|
<log type="coverage-text" target="php://stdout" showUncoveredFiles="false" />
|
|
</logging>
|
|
</phpunit>
|