Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
Commitf8a09db
committed
merged branch jfsimon/issue-4475 (PR#4497)
Commits-------06976fc Updated upgrade 2.1 file.110ccd8 [BrowserKit] Updated changelog.686854b [http kernel] Added client response type test.ce7e1e6 [browser kit] Client now stores filtered response after request.Discussion----------[browser kit] Client now stores filtered response after request.Bug fix: yesFeature addition: noBackwards compatibility break: yes/no, choice is yourSymfony2 tests pass: yes`Symfony\Component\HttpKernel\Client::request()` method now returns a `Symfony\Component\BrowserKit\Response` instance.Fixes issue#4475.---------------------------------------------------------------------------by stof at 2012-06-05T08:58:00ZThis *is* as BC break as it changes the class returned by the method, even if the BC break is a bugfix to respect the epxected behavior :)---------------------------------------------------------------------------by jfsimon at 2012-06-05T09:05:32Z@stof you're right!---------------------------------------------------------------------------by travisbot at 2012-06-06T15:29:54ZThis pull request [passes](http://travis-ci.org/symfony/symfony/builds/1533533) (merged686854b into1541fe2).---------------------------------------------------------------------------by stof at 2012-06-09T10:12:18Z@jfsimon can you add a note in the changelog of the component and in the upgrade file ?---------------------------------------------------------------------------by jfsimon at 2012-06-09T10:51:00Z@stof done!---------------------------------------------------------------------------by travisbot at 2012-06-09T11:12:43ZThis pull request [passes](http://travis-ci.org/symfony/symfony/builds/1575524) (merged06976fc into1541fe2).---------------------------------------------------------------------------by stof at 2012-06-09T12:50:16Z@fabpot 👍File tree
4 files changed
+18
-4
lines changed- src/Symfony/Component
- BrowserKit
- HttpKernel/Tests
4 files changed
+18
-4
lines changedLines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1028 | 1028 |
| |
1029 | 1029 |
| |
1030 | 1030 |
| |
| 1031 | + | |
| 1032 | + | |
| 1033 | + | |
| 1034 | + | |
| 1035 | + | |
| 1036 | + | |
| 1037 | + | |
| 1038 | + | |
1031 | 1039 |
| |
1032 | 1040 |
| |
1033 | 1041 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 |
| |
8 | 12 |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
264 | 264 |
| |
265 | 265 |
| |
266 | 266 |
| |
267 |
| - | |
| 267 | + | |
268 | 268 |
| |
269 |
| - | |
| 269 | + | |
270 | 270 |
| |
271 |
| - | |
| 271 | + | |
272 | 272 |
| |
273 | 273 |
| |
274 | 274 |
| |
275 | 275 |
| |
276 | 276 |
| |
277 |
| - | |
| 277 | + | |
278 | 278 |
| |
279 | 279 |
| |
280 | 280 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
| |||
34 | 35 |
| |
35 | 36 |
| |
36 | 37 |
| |
| 38 | + | |
37 | 39 |
| |
38 | 40 |
| |
39 | 41 |
| |
|
0 commit comments
Comments
(0)