1 Star 0 Fork 0

AaronW/cphalcon

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
codeception.yml 771 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ruud Boon 提交于 2020-01-15 15:21 . Added languae
actor_suffix: Tester
paths:
# where the modules stored
tests: tests
log: tests/_output
# directory for fixture data
data: tests/_data
# directory for custom modules (helpers)
support: tests/_support
envs: tests/_envs
settings:
colors: true
# Tests (especially functional) can take a lot of memory
# We set a high limit for them by default.
memory_limit: 1024M
lint: true
# name of bootstrap that will be used
# each bootstrap file should be
# inside a suite directory.
bootstrap: _bootstrap.php
coverage:
# Disable Code Coverage by default to speed up Travis tests
enabled: false
extensions:
enabled:
- Codeception\Extension\RunFailed
params:
# get params from environment vars
- .env
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/aaronw/cphalcon.git
git@gitee.com:aaronw/cphalcon.git
aaronw
cphalcon
cphalcon
master

搜索帮助