Skip to content

Commit d2b37f9

Browse files
committed
minor #12881 [Testing] Fix broken link (MrYamous)
This PR was merged into the 5.0 branch. Discussion ---------- [Testing] Fix broken link Fix a broken link here : https://symfony.com/doc/current/testing.html#ajax-requests Symfony/Component/BrowserKit/Client has been replaced by Symfony/Component/BrowserKit/AbstractBrowser in 5.0 Commits ------- 0117fe5 Fix broken link
2 parents 6cf75dd + 0117fe5 commit d2b37f9

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
@@ -488,7 +488,7 @@ script::
488488
AJAX Requests
489489
~~~~~~~~~~~~~
490490

491-
The Client provides a :method:`Symfony\\Component\\BrowserKit\\Client::xmlHttpRequest`
491+
The Client provides a :method:`Symfony\\Component\\BrowserKit\\AbstractBrowser::xmlHttpRequest`
492492
method, which has the same arguments as the ``request()`` method, and it's a
493493
shortcut to make AJAX requests::
494494

0 commit comments

Comments
 (0)