Skip to content

Commit a2a60f4

Browse files
committed
minor #11891 [Testing] Fixed a minor formatting issue (javiereguiluz)
This PR was merged into the 4.2 branch. Discussion ---------- [Testing] Fixed a minor formatting issue Fixes this: ![image](https://user-images.githubusercontent.com/73419/60683158-9e527d80-9e96-11e9-8d3e-618465693e77.png) Commits ------- 248802b [Testing] Fixed a minor formatting issue
2 parents 6595d11 + 248802b commit a2a60f4

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)