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)?
- Eric Marden On 6/9/08 10:00 AM, "Federico Cargnelutti" <[EMAIL PROTECTED]> wrote: > 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 can > communicate this by just adding: > > test/ > mocks/ > unit_tests/ > > to the manual: 7.1.2.1 <http://7.1.2.1> . Create your filesystem layout. Rails > has been heavily promoting unit testing with great results. > > What do you think? > > > > >
