Closed
Description
I'm wondering if it would be ok to update the documentation and mention my bundle as a reference to ease having isolated tests when it comes to database contents.
It could be mentioned on this page: https://symfony.com/doc/current/testing/database.html
This is the bundle:
https://github.com/dmaicher/doctrine-test-bundle
https://packagist.org/packages/dama/doctrine-test-bundle
It now has over 200.000 installs and seems to be working quite well 😊
Its also used on the symfony demo project since a while: https://github.com/symfony/demo/blob/master/composer.json#L32
WDYT? I believe it can be quite useful for many people.