1 Star 6 Fork 1

好未来技术团队/alarm-dog-php-sdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
phpunit.xml 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
ethananony 提交于 2020-10-28 00:13 +08:00 . init
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
bootstrap="tests/bootstrap.php">
<testsuites>
<testsuite name="default">
<directory suffix="Test.php">tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">src</directory>
</whitelist>
</filter>
<logging>
<log type="coverage-html" target="coverage/report" lowUpperBound="35" highLowerBound="70"/>
<log type="coverage-clover" target="coverage/coverage.xml"/>
<log type="coverage-php" target="coverage/coverage.serialized"/>
<log type="coverage-text" target="php://stdout" showUncoveredFiles="false"/>
<log type="testdox-html" target="coverage/testdox.html"/>
<log type="testdox-text" target="coverage/testdox.txt"/>
</logging>
</phpunit>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/ta-tech-team/alarm-dog-php-sdk.git
git@gitee.com:ta-tech-team/alarm-dog-php-sdk.git
ta-tech-team
alarm-dog-php-sdk
alarm-dog-php-sdk
master

搜索帮助