From 248802b43dc8dcb3d2fae2c47cee4cd4e50a5f6e Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 4 Jul 2019 20:01:31 +0200 Subject: [PATCH] [Testing] Fixed a minor formatting issue --- testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing.rst b/testing.rst index 0f8dc6fc692..bccf99bfc85 100644 --- a/testing.rst +++ b/testing.rst @@ -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');