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 3774a37 commit d47f5f7Copy full SHA for d47f5f7
cookbook/testing/profiling.rst
@@ -21,7 +21,8 @@ the ``test`` environment)::
21
{
22
$client = static::createClient();
23
24
- // Enable the profiler for the next request (it does nothing if the profiler is not available)
+ // Enable the profiler for the next request
25
+ // (it does nothing if the profiler is not available)
26
$client->enableProfiler();
27
28
$crawler = $client->request('GET', '/hello/Fabien');
0 commit comments