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

Fix #96: CssSelector removed in symfony 3 #103

Merged
merged 1 commit into from
Nov 16, 2016

Conversation

lolautruche
Copy link
Contributor

@lolautruche lolautruche commented Nov 16, 2016

This patch ensures WebTestCase is compatible with Symfony 2 and 3.

Symfony\Component\CssSelector\CssSelector class was removed in Symfony 3 in favor of Symfony\Component\CssSelector\CssSelectorConverter. In Symfony 3, the crawler automatically adds HTML support if necessary.

This patch ensures `WebTestCase` is compatible with Symfony 2 and 3.

`Symfony\Component\CssSelector\CssSelector` class was removed in Symfony 3 in favor of `Symfony\Component\CssSelector\CssSelectorConverter`. In Symfony 3, the crawler automatically adds HTML support
if necessary.
@lolautruche
Copy link
Contributor Author

ping @jubianchi

@jubianchi jubianchi merged commit ea440c1 into atoum:master Nov 16, 2016
@lolautruche lolautruche deleted the patch-1 branch November 17, 2016 00:16
@lolautruche
Copy link
Contributor Author

Thanks!

Can you please tag a new maintenance release?

@jubianchi
Copy link
Member

@lolautruche I'm finalizing the 1.5.0 milestone: I will publish the release ASAP ;)

@lolautruche
Copy link
Contributor Author

OK thanks :-)

@jubianchi
Copy link
Member

@lolautruche
Copy link
Contributor Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants