e44e7b6423
Creates an event and compares the the input data with the database. Ticket #28
26 lines
No EOL
483 B
YAML
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 |