Skip to content

Instantly share code, notes, and snippets.

@ricbra
Created October 31, 2014 20:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ricbra/c4aa33e2e2cc9243ded8 to your computer and use it in GitHub Desktop.
Save ricbra/c4aa33e2e2cc9243ded8 to your computer and use it in GitHub Desktop.
app/config/config_test.yml
imports:
- { resource: config_dev.yml }
doctrine:
dbal:
dbname: "%test_database_name%"
driver: pdo_mysql
user: "%test_database_user%"
password: "%test_database_password%"
framework:
test: ~
session:
storage_id: session.storage.mock_file
profiler:
collect: true
only_exceptions: false
web_profiler:
toolbar: false
intercept_redirects: false
swiftmailer:
disable_delivery: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment