Skip to content

Commit 5a73a17

Browse 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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/profiling.rst

Lines 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)