lumen-generators/lumen-test/codeception.yml

23 lines
437 B
YAML
Raw Normal View History

2015-09-23 05:22:02 +03:00
actor: Tester
paths:
tests: tests
log: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
2017-05-07 21:24:40 +03:00
helpers: nil
2015-09-23 05:22:02 +03:00
settings:
bootstrap: _bootstrap.php
2016-12-29 18:35:34 +03:00
colors: false
2015-09-23 05:22:02 +03:00
memory_limit: 1024M
extensions:
enabled:
- Codeception\Extension\RunFailed
modules:
config:
Db:
dsn: ''
user: ''
password: ''
dump: tests/_data/dump.sql