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
|
|
|
|
params:
|
|
|
|
- secrets.yml
|
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:
|
|
|
|
dsn: 'mysql:host=set-this-if-running-tests-manually.local;dbname=e107'
|
|
|
|
user: 'root'
|
|
|
|
password: ''
|
2018-02-12 13:17:17 -06:00
|
|
|
populate: true
|
|
|
|
dump: 'tests/_data/e107_v2.1.8.sample.sql'
|
|
|
|
populator: 'mysql -u $user -h $host -p''$password'' $dbname < $dump'
|
|
|
|
- \Helper\DeployerFactory:
|
|
|
|
secrets:
|
|
|
|
cpanel:
|
|
|
|
enabled: '%cpanel.enabled%'
|
|
|
|
hostname: '%cpanel.hostname%'
|
|
|
|
username: '%cpanel.username%'
|
|
|
|
password: '%cpanel.password%'
|