diff --git a/testing/profiling.rst b/testing/profiling.rst index 8dd82dcd90e..be9e0feb80c 100644 --- a/testing/profiling.rst +++ b/testing/profiling.rst @@ -25,7 +25,7 @@ tests significantly. That's why Symfony disables it by default: # ... framework: - profiler: { collect: false } + profiler: { enabled: true, collect: false } .. code-block:: xml