liip / LiipTestFixturesBundle

This bundles enables efficient loading of Doctrine fixtures in functional test-cases for Symfony applications
https://liip.ch
MIT License
165 stars 45 forks source link

fix: Restore MongoDB ODM Connection support #273

Closed buffcode closed 6 months ago

buffcode commented 6 months ago

Regarding https://github.com/liip/LiipTestFixturesBundle/issues/258

This PR partially reverts be3a0cd073e06d9ca059ec60a1b93664944c1ca7 and restores the type-hint to allow ODM connections.

alexislefebvre commented 6 months ago

If you have experience with MongoDB, please check this proposal: https://github.com/liip/LiipTestFixturesBundle/issues/258#issuecomment-1964491527

alexislefebvre commented 6 months ago

Can we close this PR if it has been fixed by another PR?