firefly-iii/tests/functional.suite.yml

10 lines
298 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:
enabled: [Filesystem, FunctionalHelper]