Hey Steve, > Hey I'm wondering what the best way to running unit tests in cake > 1.1. I notice in /config/database.php there is a config for a test > database, so this functionality must be built in somewhere... > No. Afaik there is no official support for unit testing in Cake 1.1. You should still be able to use PhpUnit or SimpleTest to hack something together of your own.
-- Felix -------------------------- Blogger: http://www.thinkingphp.org/ Entrepreneur: http://www.posttask.com/ /-- currently in private beta, ask me for invite / password/ Freelancer: http://www.fg-webdesign.de/ AIM: theundefined87 Skype: TimeFor23 Other IM: felixge.de <http://felixge.de/> Mobile (USA): +1 404 3888693 Mobile (GER): +49 162 9391612 Twitter: http://twitter.com/felixge Steve Boyd wrote: > Hey I'm wondering what the best way to running unit tests in cake > 1.1. I notice in /config/database.php there is a config for a test > database, so this functionality must be built in somewhere... > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
