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 6595d11 + 248802b commit a2a60f4Copy full SHA for a2a60f4
testing.rst
@@ -699,7 +699,7 @@ given text (or the first clickable image with that ``alt`` attribute)::
699
700
If you need access to the :class:`Symfony\\Component\\DomCrawler\\Link` object
701
that provides helpful methods specific to links (such as ``getMethod()`` and
702
-``getUri()``), use the ``selectLink()`` method instead:
+``getUri()``), use the ``selectLink()`` method instead::
703
704
$client = static::createClient();
705
$crawler = $client->request('GET', '/post/hello-world');
0 commit comments