PersonCept

This commit is contained in:
Paminger
2016-04-26 15:23:21 +02:00
parent fe227ebdcb
commit 39f65875c6
4 changed files with 142 additions and 122 deletions
+10
View File
@@ -2,6 +2,7 @@ class_name: ApiTester
modules:
enabled:
- \Helper\Api
- Db
- REST:
# API URL
url: http://localhost/build/index.ci.php/api/
@@ -9,3 +10,12 @@ modules:
depends: PhpBrowser
# Limits PhpBrowser to JSON or XML
part: Json
config:
Db:
dsn: 'pgsql:host=localhost;port=5432;dbname=fhctest'
user: 'fhcomplete'
password: 'fhcomplete'
dump: codeception/_data/dump.sql
populate: true
cleanup: false
reconnect: false