Files
firefly-iii/tests/functional.suite.yml

21 lines
567 B
YAML
Raw Normal View History

2014-11-26 21:31:12 +01: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:
enabled: [Db, Filesystem, FunctionalHelper, Laravel4]
config:
2014-12-06 21:48:23 +01:00
Db:
populate: false
2014-12-24 19:00:31 +01:00
cleanup: true
dsn: 'sqlite:tests/_data/db.sqlite'
user: ''
password: ''
dump: tests/_data/dump.sql
Laravel4:
2014-12-07 15:37:53 +01:00
environment: 'testing'
2015-01-02 06:24:48 +01:00
filters: false