dmaicher / doctrine-test-bundle

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

Release savepoint invoked after flush. #169

Closed TheCelavi closed 3 years ago

TheCelavi commented 3 years ago

I have this simple code, using ORM to save event, and then querying for it.

However, after flush, release savepoint is invoked, not at the end of the test.

Makes no sense to me, is this the desired behavior?

image

image

TheCelavi commented 3 years ago

Oh, sorry, my bad - this is fine. So sorry.