460 Star 1.7K Fork 650

虞灪 / 表单验证

加入 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>
PHP
1
https://gitee.com/yepyuyu/wm-validate.git
git@gitee.com:yepyuyu/wm-validate.git
yepyuyu
wm-validate
表单验证
5.x

搜索帮助