1 Star 0 Fork 0

Vijay/csv_iterator
关闭

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
phpunit.xml.dist 599 Bytes
一键复制 编辑 原始数据 按行查看 历史
Vijay 提交于 2019-07-12 19:55 +08:00 . 第一版完成,测试覆盖达到100%
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="src/test/bootstrap.php" stopOnFailure="false">
<testsuites>
<testsuite name="tests">
<directory suffix="Test.php">src/test</directory>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">src/main</directory>
</whitelist>
</filter>
<logging>
<log type="coverage-html" target="cache/testtmp/report" lowUpperBound="35" highLowerBound="70" showUncoveredFiles="true"/>
</logging>
</phpunit>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/vijay_0215/csv_iterator.git
git@gitee.com:vijay_0215/csv_iterator.git
vijay_0215
csv_iterator
csv_iterator
master

搜索帮助