Skip to content

Commit a3ffa61

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: [Testing] Fixed a minor formatting issue
2 parents 36520c9 + 088310f commit a3ffa61

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
@@ -716,7 +716,7 @@ given text (or the first clickable image with that ``alt`` attribute)::
716716

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

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

0 commit comments

Comments
 (0)