# 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, Laravel5] config: Db: populate: false cleanup: true dsn: 'sqlite:tests/_data/db.sqlite' user: '' password: '' dump: tests/_data/dump.sql Laravel4: environment: 'testing' filters: false