1 Star 0 Fork 0

追梦小窝 / 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
1
https://gitee.com/iszmxw/cphalcon.git
git@gitee.com:iszmxw/cphalcon.git
iszmxw
cphalcon
cphalcon
master

搜索帮助