lumen-generators/lumen-test/codeception.yml

22 lines
420 B
YAML
Raw Normal View History

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