1 Star 0 Fork 650

刘胖子 / 表单验证

forked from 虞灪 / 表单验证 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
phpunit.xml 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
<phpunit bootstrap="vendor/autoload.php"
colors="true"
convertDeprecationsToExceptions="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
beStrictAboutTestsThatDoNotTestAnything="true">
<testsuites>
<testsuite name="validateTest">
<directory suffix=".php">tests/Test</directory>
</testsuite>
</testsuites>
<coverage cacheDirectory="cache"
includeUncoveredFiles="true"
processUncoveredFiles="true"
pathCoverage="false"
ignoreDeprecatedCodeUnits="true"
disableCodeCoverageIgnore="true">
<include>
<directory suffix=".php">src</directory>
</include>
<exclude>
<directory suffix=".php">src/Providers</directory>
<directory suffix=".php">src/Exception</directory>
<file>src/Support/Storage/ValidateConfig.php</file>
</exclude>
<report>
<html outputDirectory="coverage" lowUpperBound="50" highLowerBound="90"/>
</report>
</coverage>
</phpunit>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/liuyadong57268924/w7-engine-validate.git
git@gitee.com:liuyadong57268924/w7-engine-validate.git
liuyadong57268924
w7-engine-validate
表单验证
4.x

搜索帮助

Bbcd6f05 5694891 0cc6727d 5694891