Created
October 31, 2014 20:33
-
-
Save ricbra/c4aa33e2e2cc9243ded8 to your computer and use it in GitHub Desktop.
app/config/config_test.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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