Files
huangjingfen/pro_v3.5.1/vendor/qcloud/cos-sdk-v5/phpunit.xml

17 lines
510 B
XML
Raw Normal View History

2026-03-07 22:29:07 +08:00
<?xml version="1.0"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<filter>
<whitelist>
<directory suffix=".php">./src</directory>
</whitelist>
</filter>
<logging>
<log type="coverage-clover" target="coverage.xml" />
</logging>
<testsuites>
<testsuite name="CosTest">
<directory>./tests</directory>
</testsuite>
</testsuites>
</phpunit>