Hi, I am facing one problem, when I try to use the code bellow from the unit test
$this->getApplicationServiceLocator()->get('doctrine.documentmanager.odm_default');
I get a different result (in the form that the configuration is not
loaded/used to create the element like it does when I call from a
controller.
$this->getServiceLocator()->get('doctrine.documentmanager.odm_default');
My phpunit uses the following Bootstrap (
https://gist.github.com/bicatu/5828457)
Any ideas?
