Greetings, all.

This morning, I blogged about a new feature for 1.6 that you should
start looking at: a functional testing scaffold for your MVC
applications. You can read more about it here:

    
http://weierophinney.net/matthew/archives/182-Testing-Zend-Framework-MVC-Applications.html

The basic idea is that you setup your bootstrapping, and start writing
test methods. Your test methods would setup the request environment (if
necessary), dispatch a url, and then make assertions against the final
environment. No actual web server is required, as the environment is
encapsulated in the request and response objects.

This code is in the incubator; please pull via SVN and start testing!

-- 
Matthew Weier O'Phinney
Software Architect       | [EMAIL PROTECTED]
Zend Framework           | http://framework.zend.com/

Reply via email to