Skip to content

Commit 7973085

Browse files
committed
minor #13761 Browser-Kit: Replace Client with AbstractBrowser (ckrack)
This PR was submitted for the 5.1 branch but it was merged into the 4.4 branch instead. Discussion ---------- Browser-Kit: Replace Client with AbstractBrowser This has been renamed in 4.3 implementation of BrowserKit, but not updated in the docs. Commits ------- 6856159 Browser-Kit: Replace Client with AbstractBrowser
2 parents 22ccb8f + 6856159 commit 7973085

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/browser_kit.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ make AJAX requests::
9999
Clicking Links
100100
~~~~~~~~~~~~~~
101101

102-
The ``Client`` object is capable of simulating link clicks. Pass the text
102+
The ``AbstractBrowser`` is capable of simulating link clicks. Pass the text
103103
content of the link and the client will perform the needed HTTP GET request to
104104
simulate the link click::
105105

@@ -122,7 +122,7 @@ provides access to the link properties (e.g. ``$link->getMethod()``,
122122
Submitting Forms
123123
~~~~~~~~~~~~~~~~
124124

125-
The ``Client`` object is also capable of submitting forms. First, select the
125+
The ``AbstractBrowser`` is also capable of submitting forms. First, select the
126126
form using any of its buttons and then override any of its properties (method,
127127
field values, etc.) before submitting it::
128128

@@ -173,7 +173,7 @@ Cookies
173173
Retrieving Cookies
174174
~~~~~~~~~~~~~~~~~~
175175

176-
The ``Client`` implementation exposes cookies (if any) through a
176+
The ``AbstractBrowser`` implementation exposes cookies (if any) through a
177177
:class:`Symfony\\Component\\BrowserKit\\CookieJar`, which allows you to store and
178178
retrieve any cookie while making requests with the client::
179179

0 commit comments

Comments
 (0)