mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-29 02:11:12 -06:00
16 lines
449 B
YAML
16 lines
449 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
|
|
Laravel4:
|
|
environment: 'testing'
|
|
filters: false |