6 Star 6 Fork 2

李铭昕 / service-registry-swoole-phalcon

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
phpunit.xml 541 Bytes
一键复制 编辑 原始数据 按行查看 历史
李铭昕 提交于 2017-10-14 17:27 . * 增加服务持久化方案
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="tests/TestHelper.php"
backupGlobals="false"
backupStaticAttributes="false"
verbose="true"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="true">
<testsuite name="Phalcon - Testsuite">
<directory>./tests/Registry/</directory>
</testsuite>
</phpunit>
PHP
1
https://gitee.com/limingxinleo/service-registry-swoole-phalcon.git
git@gitee.com:limingxinleo/service-registry-swoole-phalcon.git
limingxinleo
service-registry-swoole-phalcon
service-registry-swoole-phalcon
registry

搜索帮助