Skip to content
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

[FrameworkBundle] Change BrowserKitAssertionsTrait::getClient() to be protected #51793

Merged
merged 1 commit into from Oct 1, 2023

Conversation

fabpot
Copy link
Member

@fabpot fabpot commented Oct 1, 2023

Q A
Branch? 6.4
Bug fix? no
New feature? yes
Deprecations? no
Tickets Fix #40817
License MIT

Make BrowserKitAssertionsTrait::getClient() protected (see ticket for use cases).
As getRequest() and getResponse() can easily be retrieved from getClient(), they are still private.

@carsonbot carsonbot added this to the 6.4 milestone Oct 1, 2023
@fabpot fabpot merged commit cd53ccd into symfony:6.4 Oct 1, 2023
6 of 9 checks passed
@fabpot fabpot deleted the browser-kit-get-client-protected branch October 1, 2023 07:17
This was referenced Oct 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FrameworkBundle] Proposal: make BrowserKitAssertionsTrait::getClient/getRequest/getResponse protected
2 participants