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
|
2018-02-07 05:04:28 -06:00
|
|
|
settings:
|
|
|
|
bootstrap: _bootstrap.php
|
2018-02-13 07:48:29 -06:00
|
|
|
coverage:
|
|
|
|
enabled: true
|
|
|
|
include:
|
|
|
|
- e107/*.php
|
|
|
|
- e107/**/*.php
|
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:
|
|
|
|
- \Helper\DelayedDb:
|
2018-02-16 07:02:00 -06:00
|
|
|
dsn: 'mysql:host=%manual.db.host%;port=%manual.db.port%;dbname=%manual.db.dbname%'
|
|
|
|
user: '%manual.db.user%'
|
|
|
|
password: '%manual.db.password%'
|
2018-02-12 13:17:17 -06:00
|
|
|
populate: true
|
|
|
|
dump: 'tests/_data/e107_v2.1.8.sample.sql'
|
|
|
|
- \Helper\DeployerFactory:
|
|
|
|
secrets:
|
|
|
|
cpanel:
|
|
|
|
enabled: '%cpanel.enabled%'
|
|
|
|
hostname: '%cpanel.hostname%'
|
|
|
|
username: '%cpanel.username%'
|
|
|
|
password: '%cpanel.password%'
|