You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This causes a functional test based on $crawler->filter("#household_center option:selected")->text() to fail. It is, of course, easy to fix the test with trim($crawler->filter("#household_center option:selected")->text()). I would not, however, expect that a non-development version, should one become available without the deprecation notice, would cause tests to fail. Is there some reason why rendering must change?
The text was updated successfully, but these errors were encountered:
In version 2.2,
is rendered as
after getting rid of the deprecation notice by requiring
dev-develop
the same code is rendered asThis causes a functional test based on
$crawler->filter("#household_center option:selected")->text()
to fail. It is, of course, easy to fix the test withtrim($crawler->filter("#household_center option:selected")->text())
. I would not, however, expect that a non-development version, should one become available without the deprecation notice, would cause tests to fail. Is there some reason why rendering must change?The text was updated successfully, but these errors were encountered: