[fw-general] ZF and unit testing

2008-06-09 Thread Federico Cargnelutti
By reading the manual, it doesn't look like ZF is encouraging users to do unit testing. I know that it's up to the developer to worry about this, but shouldn't the ZF encourage developers to test their classes? I'm not talking about developing a unit testing framework or anything like that, you

Re: [fw-general] ZF and unit testing

2008-06-09 Thread Matthew Weier O'Phinney
-- Federico Cargnelutti [EMAIL PROTECTED] wrote (on Monday, 09 June 2008, 03:00 PM +0100): By reading the manual, it doesn't look like ZF is encouraging users to do unit testing. I know that it's up to the developer to worry about this, but shouldn't the ZF encourage developers to test their

Re: [fw-general] ZF and unit testing

2008-06-09 Thread Federico Cargnelutti
Matthew, I don't know how I missed this, it's brilliant! Great stuff, thanks a lot! On Mon, Jun 9, 2008 at 3:47 PM, Matthew Weier O'Phinney [EMAIL PROTECTED] wrote: -- Federico Cargnelutti [EMAIL PROTECTED] wrote (on Monday, 09 June 2008, 03:00 PM +0100): By reading the manual, it doesn't

Re: [fw-general] ZF and unit testing

2008-06-09 Thread Matthew Weier O'Phinney
-- Eric Marden [EMAIL PROTECTED] wrote (on Monday, 09 June 2008, 02:01 PM -0400): Would you call them mocks or fixtures? Does either term infer a particular testing framework over another? What support does ZF have, natively, for PHPUnit2 or SimpleTest (the two leading testing frameworks)? ZF