18 Star 119 Fork 24

inhere/php-validate

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
phpunit.xml.dist 588 Bytes
一键复制 编辑 原始数据 按行查看 历史
inhere 提交于 2021-06-12 02:37 . fix: size not work on float value
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="test/bootstrap.php"
colors="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
stopOnFailure="false"
>
<testsuites>
<testsuite name="Php Validate-Filter Test Suite">
<directory>test</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">src</directory>
</whitelist>
</filter>
</phpunit>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/inhere/php-validate.git
git@gitee.com:inhere/php-validate.git
inhere
php-validate
php-validate
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385