6 Star 20 Fork 16

Gitee 极速下载/ccxt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/ccxt/ccxt
克隆/下载
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>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/ccxt.git
[email protected]:mirrors/ccxt.git
mirrors
ccxt
ccxt
master

搜索帮助