mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 09:52:22 +00:00
Merge origin/ci into ci
Conflicts: application/config/config.php tests/codeception/_data/dump.sql tests/codeception/api/v1/PersonCept.php
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user