You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
think-library/vendor/baidubce/bce-sdk-php/phpunit.xml

12 lines
337 B

<phpunit
bootstrap="test/bootstrap.php"
colors="true"
verbose="true">
<testsuites>
<testsuite name="services">
<file>test/BaiduBce/Services/Bos/BosClientTest.php</file>
<file>test/BaiduBce/Services/Sts/StsClientTest.php</file>
</testsuite>
</testsuites>
</phpunit>