Skip to content

Commit a7a421d

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Browser-Kit: Replace Client with AbstractBrowser
2 parents 3642db7 + 7973085 commit a7a421d

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
@@ -93,7 +93,7 @@ make AJAX requests::
9393
Clicking Links
9494
~~~~~~~~~~~~~~
9595

96-
The ``Client`` object is capable of simulating link clicks. Pass the text
96+
The ``AbstractBrowser`` is capable of simulating link clicks. Pass the text
9797
content of the link and the client will perform the needed HTTP GET request to
9898
simulate the link click::
9999

@@ -116,7 +116,7 @@ provides access to the link properties (e.g. ``$link->getMethod()``,
116116
Submitting Forms
117117
~~~~~~~~~~~~~~~~
118118

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

@@ -167,7 +167,7 @@ Cookies
167167
Retrieving Cookies
168168
~~~~~~~~~~~~~~~~~~
169169

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

0 commit comments

Comments
 (0)