init
This commit is contained in:
commit
741e1c403a
102 changed files with 70058 additions and 0 deletions
16
app/config/config_test.yml
Normal file
16
app/config/config_test.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
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
|
Reference in a new issue