Hi huoxito Yes, I've read that post too. PhpUnit is becoming the defacto test suite it seems, and it makes sense for Cake to make the switch. But as Mark points out, this wont be until version 2.0 which is a way off in the future. For now SimpleTest should be fine, and as long as you try to stick to the Cake conventions for testing, we can hope the migration path is as painless as possible.
Remember, the Cake test suite wraps SimpleTest, so as long as they can wrap PhpUnit the same way and expose the same feature set. your current tests should continue to work. I think one or two of the comments on the post relate to this very topic. Glad you are both up and running now. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" 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
