mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Updated codeception config.
This commit is contained in:
parent
b0f43eaa07
commit
f9a242d33e
@ -7,8 +7,4 @@
|
||||
class_name: AcceptanceTester
|
||||
modules:
|
||||
enabled:
|
||||
- PhpBrowser
|
||||
- AcceptanceHelper
|
||||
config:
|
||||
PhpBrowser:
|
||||
url: 'http://localhost/myapp/'
|
||||
|
@ -6,4 +6,15 @@
|
||||
|
||||
class_name: FunctionalTester
|
||||
modules:
|
||||
enabled: [Filesystem, FunctionalHelper]
|
||||
enabled: [Db, Filesystem, FunctionalHelper, Laravel4]
|
||||
config:
|
||||
Db:
|
||||
populate: false
|
||||
cleanup: true
|
||||
dsn: 'sqlite:tests/_data/db.sqlite'
|
||||
user: ''
|
||||
password: ''
|
||||
dump: tests/_data/dump.sql
|
||||
Laravel4:
|
||||
environment: 'testing'
|
||||
filters: false
|
||||
|
Loading…
Reference in New Issue
Block a user