Symfony bundle to isolate your app's doctrine database tests and improve the test performance
MIT License
1.08k
stars
61
forks
source link
This bundle relies on savepoints for nested database transactions. You need to enable "use_savepoints" on the Do ctrine DBAL config for connection "default". #275
Hello, I have this error message on the 8.0.1 version of the bundle when trying to drop database. No error with the 7.3 version.
With Symfony 6.4 fresh application without custom doctrine configuration.