Skip to content

Commit 248802b

Browse files
committed
[Testing] Fixed a minor formatting issue
1 parent 6595d11 commit 248802b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ given text (or the first clickable image with that ``alt`` attribute)::
699699

700700
If you need access to the :class:`Symfony\\Component\\DomCrawler\\Link` object
701701
that provides helpful methods specific to links (such as ``getMethod()`` and
702-
``getUri()``), use the ``selectLink()`` method instead:
702+
``getUri()``), use the ``selectLink()`` method instead::
703703

704704
$client = static::createClient();
705705
$crawler = $client->request('GET', '/post/hello-world');

0 commit comments

Comments
 (0)