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>
PHP
1
https://gitee.com/du-wenpengct/w7-engine-validate.git
git@gitee.com:du-wenpengct/w7-engine-validate.git
du-wenpengct
w7-engine-validate
增强表单验证
3.x

搜索帮助