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.
2 parents 6e5f041 + a2a60f4 commit 088310fCopy full SHA for 088310f
testing.rst
@@ -716,7 +716,7 @@ given text (or the first clickable image with that ``alt`` attribute)::
716
717
If you need access to the :class:`Symfony\\Component\\DomCrawler\\Link` object
718
that provides helpful methods specific to links (such as ``getMethod()`` and
719
-``getUri()``), use the ``selectLink()`` method instead:
+``getUri()``), use the ``selectLink()`` method instead::
720
721
$client = static::createClient();
722
$crawler = $client->request('GET', '/post/hello-world');
0 commit comments