We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42c80d1 commit e6b1c7dCopy full SHA for e6b1c7d
cookbook/testing/profiling.rst
@@ -11,7 +11,7 @@ various things and enforce some metrics.
11
12
The Symfony2 :ref:`Profiler <internals-profiler>` gathers a lot of data for
13
each request. Use this data to check the number of database calls, the time
14
-spent in the framework, ... But before writing assertions, enable the profiler
+spent in the framework, etc. But before writing assertions, enable the profiler
15
and check that the profiler is indeed available (it is enabled by default in
16
the ``test`` environment)::
17
0 commit comments