Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit c6b10a4

Browse files
committed
merged branch stof/patch-3 (PR #573)
This PR was merged into the 2.3 branch. Discussion ---------- Updated the profiler configuration for the 2.3 changes FrameworkBundle 2.3 changed the way to configure the profiler, and keeping the old configuration does not allow using ``$client->enableProfiler()`` in tests. This is related to symfony/symfony#8541 Commits ------- 16adebe Updated the profiler configuration for the 2.3 changes
2 parents 2364ddd + 16adebe commit c6b10a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config/config_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ framework:
66
session:
77
storage_id: session.storage.mock_file
88
profiler:
9-
enabled: false
9+
collect: false
1010

1111
web_profiler:
1212
toolbar: false

0 commit comments

Comments
 (0)