liip / LiipFunctionalTestBundle

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

Remove fixtures and doctrine/* from composer.json? #632

Closed alexislefebvre closed 9 months ago

alexislefebvre commented 9 months ago

Is your feature request related to a problem? Please describe. It looks like this bundle doesn't need to use Doctrine for the tests.

Describe the solution you'd like Remove fixtures and doctrine/* from composer.json

Describe alternatives you've considered .

Additional context .

alexislefebvre commented 9 months ago

It's required to test the @QueryCount(100) annotation.