Zend_Test: No default module defined for this application
- by jiewmeng
UPDATE 23 Dec
I had the problem where Zend Framework complains about "No default module defined for this application". I didn't use Modules and the main app works fine.
I finally solved the problem with the help from weierophinney.net
Your bootstrap needs to minimally set the controller directory -- do a call to…