diff --git a/testing.rst b/testing.rst index 0f8dc6fc692..bccf99bfc85 100644 --- a/testing.rst +++ b/testing.rst @@ -699,7 +699,7 @@ given text (or the first clickable image with that ``alt`` attribute):: If you need access to the :class:`Symfony\\Component\\DomCrawler\\Link` object that provides helpful methods specific to links (such as ``getMethod()`` and -``getUri()``), use the ``selectLink()`` method instead: +``getUri()``), use the ``selectLink()`` method instead:: $client = static::createClient(); $crawler = $client->request('GET', '/post/hello-world');