dmaicher / doctrine-test-bundle

Symfony bundle to isolate your app's doctrine database tests and improve the test performance
MIT License
1.08k stars 61 forks source link

Allow doctrine-bundle v2 #101

Closed nicolas-grekas closed 4 years ago

nicolas-grekas commented 4 years ago

Currently, this bundle is preventing from installing doctrine/doctrine-bundle v2, while doing so is the only way to be deprecation-free on SF4.4+PHP7.1 (as required by the symfony-demo app, e.g.)

dmaicher commented 4 years ago

Thanks @nicolas-grekas :+1: