Skip to content

Commit d623000

Browse files
blue-eyesfabpot
authored andcommitted
1 parent 068a17f commit d623000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/testing/recipes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ It's highly recommended that a functional test only tests the Response. But if
9191
you write functional tests that monitor your production servers, you might
9292
want to write tests on the profiling data.
9393

94-
The Symfony2 :doc:`profiler </guides/internals/profiler>`_ gathers a lot of
94+
The Symfony2 :doc:`profiler </guides/internals/profiler>` gathers a lot of
9595
data for each request. Use these data to check the number of database calls,
9696
the time spent in the framework, ... But before writing assertions, always
9797
check that the profiler is indeed available (it is enabled by default in the

0 commit comments

Comments
 (0)