On Mon, Jun 8, 2009 at 8:54 PM, Benjamin Eberlei <[email protected]>wrote:
> otherwise, zend_test is doing integration testing and using that soley for > test-driven-development is probably a bad idea, since you test too many > components in conjunction rather than unit-testing a single component in > isolation. > I agree that using Zend_Test for Tdd cannot work. Maybe, and I said maybe, it might work if Zend_Test could provide a mocked domain layer to the controllers; but this implies that there's business logic in the controllers, so it is not a good idea. -- Giorgio Sironi Piccolo Principe & Ossigeno Scripter http://ossigeno.sourceforge.net
