diff --git a/testing/profiling.rst b/testing/profiling.rst index 0c3a2dc4ab8..b00027dc753 100644 --- a/testing/profiling.rst +++ b/testing/profiling.rst @@ -21,7 +21,8 @@ the ``test`` environment):: { $client = static::createClient(); - // enable the profiler for the next request + // enable the profiler only for the next request (if you make + // new requests, you must call to this method again) // (it does nothing if the profiler is not available) $client->enableProfiler();