Skip to content

Commit 0621e4f

Browse files
committed
merged branch fabpot/browserkit-client (PR #7835)
This PR was merged into the master branch. Discussion ---------- fixed Client implementation to return the right Response (closes #4475) | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | yes | Deprecations? | no | Tests pass? | yes | Fixed tickets | #4475 | License | MIT | Doc PR | symfony/symfony-docs#2549 This PR addresses #4475 by trying to minimize the BC break impact. Commits ------- 31cefc6 made some small tweaks 84ca34b alternate fix where we had accessor for the BrowerKit request/response instances 1005fd1 fixed Client implementation to return the right Response (closes #4475)
2 parents e0f56ab + 9fe5af3 commit 0621e4f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Client.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function enableProfiler()
8585
}
8686

8787
/**
88-
* Makes a request.
88+
* {@inheritdoc}
8989
*
9090
* @param Request $request A Request instance
9191
*
@@ -113,6 +113,10 @@ protected function doRequest($request)
113113

114114
/**
115115
* {@inheritdoc}
116+
*
117+
* @param Request $request A Request instance
118+
*
119+
* @return Response A Response instance
116120
*/
117121
protected function doRequestInProcess($request)
118122
{

0 commit comments

Comments
 (0)