Nice work! This is just the stuff that makes ZF great :)
----- Original Message ----- From: Matthew Weier O'Phinney <[EMAIL PROTECTED]> Sent: Mon, 6/30/2008 7:40pm To: [email protected] Cc: [EMAIL PROTECTED] Subject: [fw-general] MVC testing scaffold is feature complete 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/ -- allpay.net Limited, Fortis et Fides, Whitestone Business Park, Whitestone, Hereford, HR1 3SE. Registered in England No. 02933191. UK VAT Reg. No. 666 9148 88. Telephone: 0870 243 3434, Fax: 0870 243 6041. Website: www.allpay.net Email: [EMAIL PROTECTED] This email, and any files transmitted with it, is confidential and intended solely for the use of the individual or entity to whom it is addressed. If you have received this email in error please notify the allpay.net Information Security Manager at the number above.
