webfactory / doctrine-orm-test-infrastructure

Provides utils to create a test infrastructure for Doctrine ORM entities.
MIT License
20 stars 5 forks source link

Separate import and test phase #24

Closed Matthimatiker closed 7 years ago

Matthimatiker commented 7 years ago

Introduces separate entity managers for imports to decouple import and test phase. This avoids problems with dynamically detected entities like documented in (#23). (fixes #23, fixes #2)

@MalteWunsch Please check if this change solves your problem. Then merge and tag as 1.5.1 (suggestion).

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.008%) to 99.278% when pulling 7d98a3c2ff53b95a2a6250f7f6ae53cd5cc50db1 on bugfix/23_separate_entity_manager into 115993b26bed9bf88194f54e6731757735d9d84b on master.

MalteWunsch commented 7 years ago

Wow. Thank you so much!

mpdude commented 7 years ago

Danke @matthimatiker