mirror of
https://github.com/symfony/recipes.git
synced 2026-09-14 16:46:24 +03:00
Do not enable session in test env by default
Session system is not enabled by default in prod, dev. see https://github.com/symfony/recipes/blob/master/symfony/framework-bundle/3.3/config/packages/framework.yaml#L8 So it should also not be enabled by default in test env.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
framework:
|
||||
test: ~
|
||||
session:
|
||||
storage_id: session.storage.mock_file
|
||||
#session:
|
||||
# storage_id: session.storage.mock_file
|
||||
|
||||
Reference in New Issue
Block a user