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 068a17f commit d623000Copy full SHA for d623000
guides/testing/recipes.rst
@@ -91,7 +91,7 @@ It's highly recommended that a functional test only tests the Response. But if
91
you write functional tests that monitor your production servers, you might
92
want to write tests on the profiling data.
93
94
-The Symfony2 :doc:`profiler </guides/internals/profiler>`_ gathers a lot of
+The Symfony2 :doc:`profiler </guides/internals/profiler>` gathers a lot of
95
data for each request. Use these data to check the number of database calls,
96
the time spent in the framework, ... But before writing assertions, always
97
check that the profiler is indeed available (it is enabled by default in the
0 commit comments