symfony-cmf/Testing

strange behavior for using orm/phpcr in one test

ElectricMaxxx opened this issue · 1 comments

As i am working on a project where i need to touch different doctrines. I need to work with ORM and PHPCR in on test. Problem is the environment binding.
Setting environment to orm causes some issues with the PHPCR (test node creation, initializer, ..), but doesn't set it causes errors with not loaded orm configuration. Ok i can do the last on my own, but it would be nice to have a default environment with both or a new one for both or the best: bind the configuration on the registered bundles?