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 36520c9 + 088310f commit a3ffa61Copy full SHA for a3ffa61
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