1 Star 0 Fork 236

陈舟游 / xenon-wms

forked from chenfangyijie / xenon-wms 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
phpunit.xml 640 Bytes
一键复制 编辑 原始数据 按行查看 历史
bool 提交于 2018-03-31 01:32 . update
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
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>
</phpunit>
PHP
1
https://gitee.com/alex-juluck/xenon-wms.git
git@gitee.com:alex-juluck/xenon-wms.git
alex-juluck
xenon-wms
xenon-wms
master

搜索帮助