1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00
php-e107/codeception.yml

31 lines
902 B
YAML
Raw Normal View History

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
settings:
bootstrap: _bootstrap.php
params:
- secrets.yml
2018-02-06 04:08:52 -06:00
extensions:
enabled:
- Codeception\Extension\RunFailed
modules:
enabled:
- \Helper\DelayedDb:
dsn: 'mysql:host=set-this-if-running-tests-manually.local;dbname=e107'
user: 'root'
password: ''
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%'