atoum / AtoumBundle

This bundle provides a simple integration of atoum into Symfony 2.
MIT License
45 stars 25 forks source link

Fix #96: CssSelector removed in symfony 3 #103

Closed lolautruche closed 7 years ago

lolautruche commented 7 years ago

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 commented 7 years ago

ping @jubianchi

lolautruche commented 7 years ago

Thanks!

Can you please tag a new maintenance release?

jubianchi commented 7 years ago

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

lolautruche commented 7 years ago

OK thanks :-)

jubianchi commented 7 years ago

@lolautruche here it is: https://github.com/atoum/AtoumBundle/releases/tag/1.5.0

lolautruche commented 7 years ago

Thanks!