-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[BrowserKit] Add response management to BrowserKit documentation (without toArray) #16949
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BrowserKit] Add response management to BrowserKit documentation (without toArray) #16949
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should target 4.4?
components/browser_kit.rst
Outdated
~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
When using the BrowserKit component, you may need to deal with responses of | ||
the requests you made. To do so, you simply have to make a request, then call |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the requests you made. To do so, you simply have to make a request, then call | |
the requests you made. To do so, you need to call |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the suggestion!
About version 4.4, the getResponse()
method didn't exist at this time. That's why I targeted 5.4 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oooh that was moved to AbstractBrowser
after, I did not check Client
! Thank you, I'm rebasing!
c56eaca
to
fc7ee50
Compare
1f5fb49
to
67b08ad
Compare
5.4 is still used in the description of this issue and the milestone. Update: this is a known issue of the Carson bot: symfony-tools/carsonbot#176 |
Not able to edit milestone and so on but updated the description, thank you! |
Thank you Alexandre. |
Closes #16580 for 4.4 (without
toArray()
)