mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 15:46:37 +03:00
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.
5 lines
84 B
YAML
5 lines
84 B
YAML
framework:
|
|
test: ~
|
|
#session:
|
|
# storage_id: session.storage.mock_file
|