I'm digging into some TDD, and I've managed to convert all of my Models to use Zend_Test_PHPUnit_DatabaseTestCase and it works wonderfully.
My question is, is there any way to integrate Connection Mocking, like that with my model testing to work within the Zend_Test_PHPUnit_ControllerTestCase? I see that PHPUnit has a whole suite dedicated database mocking, but I really enjoy the simplicity and tight integration between Zend_Db and Zend_Test_PHPUnit_DatabaseTestCase. Thanks, - jake
