firefly-iii/tests/functional.suite.yml

21 lines
567 B
YAML
Raw Normal View History

2015-02-07 01:42:20 -06:00
# 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:
2015-02-07 05:00:31 -06:00
enabled: [Db, Filesystem, FunctionalHelper, Laravel5]
2015-02-07 04:05:56 -06:00
config:
Db:
populate: false
cleanup: true
dsn: 'sqlite:tests/_data/db.sqlite'
user: ''
password: ''
dump: tests/_data/dump.sql
Laravel4:
environment: 'testing'
filters: false