From 0117fe5998a8c7de83bfddba72ecca6d101b5af2 Mon Sep 17 00:00:00 2001 From: Matthieu Lempereur Date: Thu, 2 Jan 2020 23:32:40 +0100 Subject: [PATCH] Fix broken link --- testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing.rst b/testing.rst index 99fcdd2e3bb..620acb538e5 100644 --- a/testing.rst +++ b/testing.rst @@ -484,7 +484,7 @@ script:: AJAX Requests ~~~~~~~~~~~~~ -The Client provides a :method:`Symfony\\Component\\BrowserKit\\Client::xmlHttpRequest` +The Client provides a :method:`Symfony\\Component\\BrowserKit\\AbstractBrowser::xmlHttpRequest` method, which has the same arguments as the ``request()`` method, and it's a shortcut to make AJAX requests::