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

use middleware for StaticDriver #212

Closed dmaicher closed 2 years ago

dmaicher commented 2 years ago

Fixes #211 by using a middleware

dmaicher commented 2 years ago

@nightio could you confirm that this fixes the memory leak on your real project? I tried it on my projects and your reproducer and for me this solves the issue when using latest DoctrineBundle.

nightio commented 2 years ago

@dmaicher It solves memory leaks in my project. Nice work :)