-- Stuardo -StR- Rodríguez <[EMAIL PROTECTED]> wrote (on Wednesday, 20 February 2008, 03:27 PM -0600): > Ok, I got the controllers and actions running. my front controller sets up > the DB for Zend_Db_Table etc etc. > > My question is how do I emulate a request using phpunit to test the actions?
I plan to write a testcase class for PHPUnit that will automate this, but it will be a few weeks out. In the mean time, take a look at the front controller test suite to see how I've tested it -- same principles apply for testing your web apps. -- Matthew Weier O'Phinney PHP Developer | [EMAIL PROTECTED] Zend - The PHP Company | http://www.zend.com/
