Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Testing] Fix broken link#12881

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
javiereguiluz merged 1 commit intosymfony:5.0fromMrYamous:testing-broken-link
Mar 12, 2020

Conversation

@MrYamous
Copy link
Contributor

Fix a broken link here :https://symfony.com/doc/current/testing.html#ajax-requests

Symfony/Component/BrowserKit/Client has been replaced by Symfony/Component/BrowserKit/AbstractBrowser in 5.0

@javiereguiluz
Copy link
Member

You are right ... but instead of AbstractBrowser, which is an abstract class that cannot be instantiated ... we should use HttpBrowser, right?

@MrYamous
Copy link
ContributorAuthor

MrYamous commentedJan 3, 2020
edited
Loading

Yes, HttpBrowser should be used, but I think that since the goal here is to show the xmlHttpRequest method, it makes sense to point to the file that implements it, do you agree ?

Or, as there are some other methods from the same page that do not point to their implementation, perhaps this link can be removed if it is not necessary.

@HeahDude
Copy link
Contributor

UsingAbstractBrowser sounds good to me, thisClient class was abstract as well.

@javiereguiluz
Copy link
Member

Merged! Sorry it took us so long. Thanks.

@javiereguiluzjaviereguiluz merged commitd2b37f9 intosymfony:5.0Mar 12, 2020
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

5.0

Development

Successfully merging this pull request may close these issues.

4 participants

@MrYamous@javiereguiluz@HeahDude@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp