This commit is contained in:
kindlm
2016-09-30 16:32:57 +02:00
parent 059b8d19cb
commit 70fd4a4dea
16 changed files with 50 additions and 45 deletions
+20
View File
@@ -0,0 +1,20 @@
actor: Tester
paths:
tests: tests
log: _output
data: _data
helpers: _support
settings:
bootstrap: _bootstrap.php
colors: true
memory_limit: 1024M
modules:
enabled:
- Db:
dsn: 'pgsql:host=localhost;port=5432;dbname=fhctest'
user: 'fhcomplete'
password: 'fhcomplete'
dump: _data/dump.sql
populate: true
cleanup: false
reconnect: false