liip / LiipFunctionalTestBundle

Some helper classes for writing functional tests in Symfony
http://liip.ch
MIT License
639 stars 182 forks source link

Allow non-Symfony implementations of Doctrine ManagerRegistry #499

Closed dontub closed 5 years ago

dontub commented 5 years ago

With version 1.x it was possible to use a non-Symfony implementation of Doctrine\Common\Persistence\ManagerRegistry. Currently that's not possible with 2.x because of the type hint.

dontub commented 5 years ago

@alexislefebvre Do you think this can be merged?

alexislefebvre commented 5 years ago

Sorry, I missed your comment. We'll have to move it to https://github.com/liip/LiipTestFixturesBundle

alexislefebvre commented 5 years ago

Fixed in https://github.com/liip/LiipTestFixturesBundle/pull/13