1 Star 1 Fork 0

kphcdr / axeadmin-laravel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
phpunit.xml.dist 968 Bytes
一键复制 编辑 原始数据 按行查看 历史
kphcdr 提交于 2019-09-03 15:26 . 兼容5.1
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="true"
verbose="true"
>
<testsuites>
<testsuite name="all">
<directory>tests/</directory>
</testsuite>
</testsuites>
<php>
<env name="APP_ENV" value="local"/>
<env name="APP_DEBUG" value="true"/>
<env name="APP_KEY" value="base64:+rqBLSuVlJPil1qMtm1JJtS485+7LAws2/27HRW4Xgs="/>
<env name="DB_HOST" value="localhost"/>
<env name="DB_PORT" value="3306"/>
<env name="DB_DATABASE" value="axe_test"/>
<env name="DB_USERNAME" value="root"/>
<env name="DB_PASSWORD" value="root"/>
</php>
</phpunit>
HTML
1
https://gitee.com/kphcdr/axeadmin-laravel.git
git@gitee.com:kphcdr/axeadmin-laravel.git
kphcdr
axeadmin-laravel
axeadmin-laravel
master

搜索帮助