Fixed Broken Unit Tests

This commit is contained in:
Andreas Österreicher
2018-02-16 11:43:59 +01:00
parent 2ec77ad9bd
commit 1e4fc86be5
8 changed files with 0 additions and 114 deletions
@@ -0,0 +1,20 @@
class_name: ApiTester
modules:
enabled:
- Db
- REST:
# API URL
url: 'http://admin:1q2w3@test.fhcomplete.org/build/index.ci.php/api/'
# Can also be a framework module name
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: _data/dump.sql
populate: true
cleanup: false
reconnect: false