From 30ca16fe96f0be23a82a336590f754ac223ce7d0 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Mon, 11 Dec 2017 08:22:40 -0600 Subject: [PATCH] Clarify when you would uncomment the session config --- symfony/framework-bundle/3.3/config/packages/test/framework.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/symfony/framework-bundle/3.3/config/packages/test/framework.yaml b/symfony/framework-bundle/3.3/config/packages/test/framework.yaml index 9c5dc409..8aa270e9 100644 --- a/symfony/framework-bundle/3.3/config/packages/test/framework.yaml +++ b/symfony/framework-bundle/3.3/config/packages/test/framework.yaml @@ -1,4 +1,5 @@ framework: test: ~ + # Uncomment this section if you're using sessions #session: # storage_id: session.storage.mock_file