This repository has been archived on 2024-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
calcifer/app/config/config_test.yml
Tim Schumacher e44e7b6423 First take on unit tests.
Creates an event and compares the the input data with the database.

Ticket #28
2016-06-26 13:48:47 +02:00

26 lines
No EOL
483 B
YAML

imports:
- { resource: config_dev.yml }
framework:
test: ~
session:
storage_id: session.storage.mock_file
profiler:
collect: false
web_profiler:
toolbar: false
intercept_redirects: false
swiftmailer:
disable_delivery: true
liip_functional_test: ~
doctrine:
dbal:
default_connection: default
connections:
default:
driver: pdo_sqlite
path: %kernel.cache_dir%/test.db