48 Star 163 Fork 61

微梦 / 表单验证核心

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
phpunit.xml 946 Bytes
一键复制 编辑 原始数据 按行查看 历史
虞灪 提交于 2021-10-12 15:27 . [A] 增加部分单元测试
<phpunit bootstrap="vendor/autoload.php"
colors="true"
convertDeprecationsToExceptions="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
beStrictAboutTestsThatDoNotTestAnything="true">
<testsuites>
<testsuite name="validationTest">
<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>
<report>
<html outputDirectory="coverage" lowUpperBound="50" highLowerBound="90"/>
</report>
</coverage>
</phpunit>
PHP
1
https://gitee.com/wm-code/validation.git
git@gitee.com:wm-code/validation.git
wm-code
validation
表单验证核心
master

搜索帮助