mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-03 20:20:37 -06:00
Updated codeception instructions.
This commit is contained in:
parent
82e438d29b
commit
6ac12f8ffa
@ -11,12 +11,12 @@ settings:
|
||||
modules:
|
||||
config:
|
||||
Db:
|
||||
dsn: 'sqlite:tests/_data/testing.sqlite'
|
||||
dsn: 'sqlite:tests/_data/db.sqlite'
|
||||
user: ''
|
||||
password: ''
|
||||
dump:
|
||||
cleanup: false
|
||||
populate: false
|
||||
dump: tests/_data/dump.sql
|
||||
cleanup: true
|
||||
populate: true
|
||||
coverage:
|
||||
enabled: true
|
||||
remote: false
|
||||
|
Loading…
Reference in New Issue
Block a user