Well, All Bootstraps are pretty much the same and none worked. Now the error is
"Zend\ModuleManager\Exception\RuntimeException: Module (Application) could not be initialized." - Mario On Tue, Jun 18, 2013 at 10:00 AM, Marco Pivetta <[email protected]> wrote: > You can just look at the bootstrapper of any of the modules lying around > > https://github.com/doctrine/DoctrineModule/blob/master/tests/Bootstrap.php > > https://github.com/doctrine/DoctrineORMModule/blob/master/tests/Bootstrap.php > > https://github.com/bjyoungblood/BjyAuthorize/blob/master/tests/Bootstrap.php > > https://github.com/Ocramius/OcraCachedViewResolver/blob/master/tests/Bootstrap.php > > etc etc :) > > > Marco Pivetta > > http://twitter.com/Ocramius > > http://ocramius.github.com/ > > > On 18 June 2013 15:49, Katalin <[email protected]> wrote: > > > QUOTE: > > Hi, > > > > Any update on this? > > > > I am facing the same problems. I can load Doctrine from the regular app > > but > > when trying to do it from the tests folder (inside one of my modules) it > > gives the same error message. > > > > - mario > > > > Hi, I did figure out a ugly way to get it working. It works for me. Maybe > > you can get something good, or even the idea from there: > > http://goo.gl/JkNYt > > . > > > > > > > > -- > > View this message in context: > > > http://zend-framework-community.634137.n4.nabble.com/zf2-tests-can-t-load-vendor-modules-tp4659745p4660354.html > > Sent from the Zend Framework mailing list archive at Nabble.com. > > > > -- > > List: [email protected] > > Info: http://framework.zend.com/archives > > Unsubscribe: [email protected] > > > > > > >
