liip / LiipFunctionalTestBundle

Some helper classes for writing functional tests in Symfony
http://liip.ch
MIT License
641 stars 182 forks source link

chore: allow Symfony 7 #634

Closed alexislefebvre closed 6 months ago

alexislefebvre commented 6 months ago

Fixes GH-630

Based on:

alexislefebvre commented 6 months ago

We have this error with Symfony 7:

Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: The service "liip_functional_test.query.counter" has a dependency on a non-existent service "annotation_reader".

I don't want to add a compatibility layer to support QueryCount as an annotation and an attribute. :grimacing: