0
0
Fork 0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2025-02-05 06:29:44 +00:00
salesagility_SuiteCRM/codeception.dist.yml
Connor Shea 59318fe4fb Remove SugarXHProf.
The XHProf project has been abandoned for 4 years, and
the version vendored here is much older than even that. It's
undocumented, unmaintained, and it doesn't seem like it even works
on PHP 7.x.

"The best way to choose what to keep and what to throw away
is to take each item in one’s hand and ask: 'Does this spark joy?'
If it does, keep it. If not, dispose of it."

- Marie Kondō
2021-03-26 21:50:32 +00:00

52 lines
1.1 KiB
YAML

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