1 Star 0 Fork 168

easy_doing/cltphp

forked from chichu/cltopen 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
phpunit.xml.dist 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
180125107@qq.com 提交于 2018-06-14 09:25 +08:00 . 提价TP和vendor
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
backupGlobals="false"
colors="true"
bootstrap="./base.php"
failOnRisky="true"
failOnWarning="true"
>
<php>
<ini name="error_reporting" value="-1" />
<ini name="intl.default_locale" value="en" />
<ini name="intl.error_level" value="0" />
<ini name="memory_limit" value="-1" />
<env name="DUMP_LIGHT_ARRAY" value="" />
<env name="DUMP_STRING_LENGTH" value="" />
<env name="LDAP_HOST" value="127.0.0.1" />
<env name="LDAP_PORT" value="3389" />
<env name="REDIS_HOST" value="localhost" />
<env name="MEMCACHED_HOST" value="localhost" />
</php>
<testsuites>
<testsuite name="ThinkPHP Test Suite">
<directory>./library/think/*/tests/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory>./library/</directory>
<exclude>
<directory>./library/think/*/tests</directory>
<directory>./library/think/*/assets</directory>
<directory>./library/think/*/resources</directory>
<directory>./library/think/*/vendor</directory>
</exclude>
</whitelist>
</filter>
</phpunit>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/easy_doing/cltphp.git
git@gitee.com:easy_doing/cltphp.git
easy_doing
cltphp
cltphp
master

搜索帮助