Skip to content

Commit 153b7f7

Browse files
takman1javiereguiluz
authored andcommitted
Client's history clear alternative
1 parent c59d283 commit 153b7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/browser_kit.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ also delete all the cookies::
222222
$client = new Client();
223223
$client->request('GET', 'http://symfony.com');
224224

225-
// delete history
225+
// reset the client (history and cookies are cleared too)
226226
$client->restart();
227227

228228
Learn more

0 commit comments

Comments
 (0)