Skip to content

Commit 0c53710

Browse files
committed
Minor tweak about enalbing the profiler in the tests
1 parent ac45677 commit 0c53710

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testing/profiling.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ the ``test`` environment)::
2121
{
2222
$client = static::createClient();
2323

24-
// enable the profiler for the next request
24+
// enable the profiler only for the next request (if you make
25+
// new requests, you must call to this method again)
2526
// (it does nothing if the profiler is not available)
2627
$client->enableProfiler();
2728

0 commit comments

Comments
 (0)