You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I'm 👍 for mentioning this bundle. It solves a useful problem, it works great, we've tested it ourselves (in the Demo app), it's not too recent (it's tested enough), it's getting popular (lots of downloads), etc.
…ith the database (javiereguiluz)
This PR was merged into the 2.8 branch.
Discussion
----------
Mention the DoctrineTestBundle for tests that interact with the database
This fixes#9954.
Commits
-------
219f617 Mention the DoctrineTestBundle for tests that interact with the database
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.
The text was updated successfully, but these errors were encountered: