FriendsOfBehat / SymfonyExtension

:musical_score: Extension integrating Behat with Symfony.
MIT License
472 stars 62 forks source link

Allow to not isolate the kernel #208

Open theofidry opened 8 months ago

theofidry commented 8 months ago

I am not sure why this change with Symfony2Extension but I feel like this only causes issues. I sometimes get issues with the DAMADoctrineTestBundle that a transaction is committed although it should not and configuring services in the Behat context or introducing state is more tricky.

Maybe it would be possible to add this back as and opt-in option?