1 Star 0 Fork 0

姜大年 / php-sdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
phpunit.xml 783 Bytes
一键复制 编辑 原始数据 按行查看 历史
Gaara 提交于 2017-02-16 19:00 . feat update phpunit config
<phpunit backupGlobals="true"
backupStaticAttributes="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
bootstrap="tests/bootstrap.php">
<testsuites>
<testsuite name="upyun test cases">
<file>./tests/SignatureTest.php</file>
<file>./tests/UpyunTest.php</file>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">./src/</directory>
</whitelist>
</filter>
<logging>
<log type="coverage-clover" target="coverage.clover"/>
</logging>
</phpunit>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/soul123/php-sdk.git
git@gitee.com:soul123/php-sdk.git
soul123
php-sdk
php-sdk
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891