当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
6 Star 1 Fork 1

Notadd / Module - 用户中心模块
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
phpunit.xml 884 Bytes
一键复制 编辑 原始数据 按行查看 历史
寻风 提交于 2017-05-12 16:23 . add configuration file for phpunit
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
bootstrap="vendor/autoload.php"
backupGlobals="false"
backupStaticAttributes="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
verbose="true"
>
<testsuites>
<testsuite name=":vendor Test Suite">
<directory>tests/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">src/</directory>
</whitelist>
</filter>
<php>
<env name="APP_ENV" value="testing"/>
<env name="CACHE_DRIVER" value="array"/>
<env name="SESSION_DRIVER" value="array"/>
<env name="QUEUE_DRIVER" value="sync"/>
</php>
</phpunit>
1
https://gitee.com/notadd/member.git
git@gitee.com:notadd/member.git
notadd
member
Module - 用户中心模块
master

搜索帮助