加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/salesagility/SuiteCRM
克隆/下载
codeception.dist.yml 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
actor: Tester
paths:
tests: tests
log: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
settings:
bootstrap: _bootstrap.php
colors: true
memory_limit: 16000M
extensions:
enabled:
- Codeception\Extension\RunFailed
coverage:
enabled: true
remote: false
low_limit: 50
high_limit: 90
include:
- ModuleInstall/*.php
- data/*.php
- include/*.php
- install/*.php
- jssource/*.php
- lib/*.php
- metadata/*.php
- modules/*.php
- service/*.php
- soap/*.php
- themes/*.php
exclude:
- include/SuiteGraphs/*
- include/social/*
- include/reCaptcha/*
- include/phpmailer/*
- include/Pear/*
- include/pclzip/*
- include/nusoap/*
- include/HTTP_WebDAV_Server/*
- include/HTMLPurifier/*
- include/ytree/*
- include/php-sql-parser.php
- include/parsecsv.lib.php
- modules/AOS_PDF_Templates/PDF_Lib/*
- modules/AOD_Index/Lib/*
- modules/Users/authentication/SAML2Authenticate/lib/*
- install/demoData.en_us.php
- include/tcpdf/*
- modules/AOR_Charts/lib/*
params:
- env
- .env.test
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化