phpC(d)I fixes

This commit is contained in:
bison-paolo
2016-09-28 10:03:05 +02:00
parent ed8053f700
commit af1646f9af
14 changed files with 2326 additions and 0 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