Closed alexislefebvre closed 5 years ago
@alexislefebvre symfony 4.3.1 has been released!
Now BC layers are broken by fixes that reverted BC breaks :upside_down_face:, see #519 and #521
Fixed in #522 and #523 but tests are broken. :thinking:
A new error appeared with Symfony 4.3.1 and is visible in #523:
TypeError: Argument 1 passed to Symfony\Bundle\FrameworkBundle\Test\WebTestCase::getClient() must be an instance of Symfony\Bundle\FrameworkBundle\KernelBrowser or null, instance of Liip\FunctionalTestBundle\QueryCountClient given, called in /home/travis/build/liip/LiipFunctionalTestBundle/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php on line 55
(source: https://travis-ci.org/liip/LiipFunctionalTestBundle/jobs/542656030 )
It is triggered by the following configuration:
liip_functional_test:
query:
max_query_count: 1
Please see #526
Last 3.x release which should work with Symfony 4.3.1 (and 3.4, etc.): https://github.com/liip/LiipFunctionalTestBundle/releases/tag/3.0.0-RC2
Fixed by #526 and #527.
Originally posted by @nicolas-grekas in https://github.com/liip/LiipFunctionalTestBundle/pull/519
Roadmap: