1 Star 0 Fork 15

超越 / ccxt

forked from 小鸭子,嘎嘎嘎 / ccxt 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
phpunit.xml.dist 742 Bytes
一键复制 编辑 原始数据 按行查看 历史
Boris Momčilović 提交于 2018-03-07 18:16 . PHP: Unit tests: init
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="php/test/bootstrap.php"
backupGlobals="false"
backupStaticAttributes="false"
colors="true"
verbose="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="true"
stopOnFailure="false">
<testsuites>
<testsuite name="ccxt Test Suite">
<directory>php/test</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">php</directory>
</whitelist>
</filter>
<php>
<ini name="memory_limit" value="-1" />
</php>
</phpunit>
1
https://gitee.com/chaoyue3887/ccxt.git
git@gitee.com:chaoyue3887/ccxt.git
chaoyue3887
ccxt
ccxt
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891