This bundle was created more than 10 years ago, when Symfony lacked some methods to ease testing.
Fixtures loading was moved to another bundle: https://github.com/liip/LiipFunctionalTestBundle/blob/3.x/UPGRADE-3.0.md
Now most of these methods can be replaced by Symfony methods (checking HTTP code, login, etc.), so many methods may be removed from this bundle.
CI must install doctrine/annotations to avoid an issue:
So, if the next major release remove all the deprecated functions and the QueryCounter, what will remain?
We should check the docs:
Then summarize what can be removed or kept, and see if it’s worth releasing a new version if it only contain a few methods.
This bundle was created more than 10 years ago, when Symfony lacked some methods to ease testing.
Fixtures loading was moved to another bundle: https://github.com/liip/LiipFunctionalTestBundle/blob/3.x/UPGRADE-3.0.md
Now most of these methods can be replaced by Symfony methods (checking HTTP code, login, etc.), so many methods may be removed from this bundle.
CI must install
doctrine/annotationsto avoid an issue:doctrine/annotationsstill required? #653So, if the next major release remove all the deprecated functions and the
QueryCounter, what will remain?We should check the docs:
Then summarize what can be removed or kept, and see if it’s worth releasing a new version if it only contain a few methods.