mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-27 11:20:39 -06:00
21 lines
567 B
YAML
21 lines
567 B
YAML
# Codeception Test Suite Configuration
|
|
|
|
# suite for functional (integration) tests.
|
|
# emulate web requests and make application process them.
|
|
# Include one of framework modules (Symfony2, Yii2, Laravel4) to use it.
|
|
|
|
class_name: FunctionalTester
|
|
modules:
|
|
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
|