1 Star 0 Fork 652

程军剑/表单验证

forked from 虞灪/表单验证 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
phpunit.xml 884 Bytes
一键复制 编辑 原始数据 按行查看 历史
虞灪 提交于 2023-04-24 18:35 . [U] 重构规则管理器部分
<?xml version="1.0"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php" colors="true"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd"
cacheDirectory=".phpunit.cache"
displayDetailsOnTestsThatTriggerWarnings ="true"
>
<testsuites>
<testsuite name="validateTest">
<directory suffix=".php">tests/Test</directory>
</testsuite>
</testsuites>
<coverage ignoreDeprecatedCodeUnits="true" disableCodeCoverageIgnore="true">
<report>
<html outputDirectory="coverage"/>
</report>
</coverage>
<source>
<include>
<directory>src</directory>
</include>
<exclude>
<directory>src/Providers</directory>
<directory>src/Exception</directory>
<file>src/Support/Storage/ValidateConfig.php</file>
</exclude>
</source>
</phpunit>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/nbcjjci/w7-engine-validate.git
git@gitee.com:nbcjjci/w7-engine-validate.git
nbcjjci
w7-engine-validate
表单验证
5.x

搜索帮助