Zend_Test (an extension of PHPUnit included in ZF) can be used to unit test your controllers. Also take a look at Matthew's blog post:
http://weierophinney.net/matthew/archives/182-Testing-Zend-Framework-MVC-Applications.html -- *Hector Virgen* Sr. Web Developer Walt Disney Parks and Resorts Online http://www.virgentech.com On Fri, Sep 10, 2010 at 2:37 PM, Andrey Korolyov <[email protected]>wrote: > How to run unit test from framework environment? > At this moment I see only one way. this is initialize Application and > preset all resource plugins at setUp for each test. In Zend_Tests i > found only tests for DBModels and Controller_Action. What about > Zend_Application environment? > > -- > Andrey Korolyov | WEB Developer > > e | [email protected] > skype | andrey.korolyov >
