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 ac45677 commit 0c53710Copy full SHA for 0c53710
testing/profiling.rst
@@ -21,7 +21,8 @@ the ``test`` environment)::
21
{
22
$client = static::createClient();
23
24
- // enable the profiler for the next request
+ // enable the profiler only for the next request (if you make
25
+ // new requests, you must call to this method again)
26
// (it does nothing if the profiler is not available)
27
$client->enableProfiler();
28
0 commit comments