I'm trying to setup a test suite for my application based on the "Pastebin" application example.
Pastebin tests run smoothly, I copied all the code, made the necessary modifications and I can do assertions without problems. But when I call the dispatch method in any of the testing methods I get the following error: Zend_Controller_Exception: No default module defined for this application My application is not based on modules, it is a simple one with the standard controllers directory and no more than three controllers. What can be the problem? Thanks! -- View this message in context: http://www.nabble.com/No-default-module-in-Test-tp19880676p19880676.html Sent from the Zend Framework mailing list archive at Nabble.com.
