Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5a73a17

Browse filesBrowse files
authored
add missing option in yaml configuration
Add enabled: true in framework.profiler configuration in yaml example. xml and php examples are ok.
1 parent 8916422 commit 5a73a17
Copy full SHA for 5a73a17

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎testing/profiling.rst

Copy file name to clipboardExpand all lines: testing/profiling.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tests significantly. That's why Symfony disables it by default:
2525
2626
# ...
2727
framework:
28-
profiler: { collect: false }
28+
profiler: { enabled: true, collect: false }
2929
3030
.. code-block:: xml
3131

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.