Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down