2018-02-06 04:08:52 -06:00
|
|
|
paths:
|
|
|
|
tests: tests
|
|
|
|
output: tests/_output
|
|
|
|
data: tests/_data
|
|
|
|
support: tests/_support
|
|
|
|
envs: tests/_envs
|
|
|
|
actor_suffix: Tester
|
2019-12-23 19:09:08 +01:00
|
|
|
bootstrap: _bootstrap.php
|
2018-02-13 07:48:29 -06:00
|
|
|
coverage:
|
|
|
|
enabled: true
|
|
|
|
include:
|
2018-08-06 07:25:05 -05:00
|
|
|
- '%app_path%/*.php'
|
2019-02-11 11:34:58 -08:00
|
|
|
- '%app_path%/e107_admin/**/*.php'
|
|
|
|
- '%app_path%/e107_core/**/*.php'
|
|
|
|
- '%app_path%/e107_handlers/**/*.php'
|
|
|
|
- '%app_path%/e107_images/**/*.php'
|
|
|
|
- '%app_path%/e107_plugins/**/*.php'
|
|
|
|
- '%app_path%/e107_themes/**/*.php'
|
|
|
|
- '%app_path%/e107_web/**/*.php'
|
2020-03-06 19:16:07 -06:00
|
|
|
exclude:
|
|
|
|
- './**'
|
2020-12-11 15:01:12 -08:00
|
|
|
- '%app_path%/e107_handlers/vendor/**/*.php'
|
2020-03-06 19:16:07 -06:00
|
|
|
- '%app_path%/e107_tests/**'
|
2018-02-07 05:04:28 -06:00
|
|
|
params:
|
2018-02-16 07:02:00 -06:00
|
|
|
- lib/config.php
|
2018-02-06 04:08:52 -06:00
|
|
|
extensions:
|
|
|
|
enabled:
|
|
|
|
- Codeception\Extension\RunFailed
|
2018-02-09 06:45:23 -06:00
|
|
|
modules:
|
|
|
|
enabled:
|
2018-02-19 15:17:31 -06:00
|
|
|
- \Helper\DelayedDb:
|
2018-08-15 23:04:59 -05:00
|
|
|
dsn: 'mysql:host=%db.host%;port=%db.port%;dbname=%db.dbname%'
|
|
|
|
user: '%db.user%'
|
|
|
|
password: '%db.password%'
|
|
|
|
populate: '%db.populate%'
|
|
|
|
dump: '%db.dump_path%'
|