Skip to content

Commit 99d82de

Browse files
committed
minor #8704 Client's history clear alternative (takman1)
This PR was squashed before being merged into the 3.3 branch (closes #8704). Discussion ---------- Client's history clear alternative Another way to clear client's history. Commits ------- 153b7f7 Client's history clear alternative
2 parents 4f4a0a5 + 153b7f7 commit 99d82de

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
@@ -226,7 +226,7 @@ also delete all the cookies::
226226
$client = new Client();
227227
$client->request('GET', '/');
228228

229-
// delete history
229+
// reset the client (history and cookies are cleared too)
230230
$client->restart();
231231

232232
Learn more

0 commit comments

Comments
 (0)