7 Star 38 Fork 18

skywalker / polr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
phpunit.xml 1022 Bytes
一键复制 编辑 原始数据 按行查看 历史
Chaoyi Zha 提交于 2016-09-11 16:06 . Fix unit tests
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="bootstrap/app.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false">
<testsuites>
<testsuite name="Application Test Suite">
<directory>./tests/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">app/</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"/>
<env name="SETTING_REDIRECT_404" value="true"/>
<env name="SETTING_INDEX_REDIRECT" value="http://redirect.polr.me/"/>
</php>
</phpunit>
PHP
1
https://gitee.com/skywalker512/polr.git
git@gitee.com:skywalker512/polr.git
skywalker512
polr
polr
master

搜索帮助