Both use SimpleTest. In the case of test suite, you have add that in your vendors folder as well.
>From what I was able to do: TestSuite allows you to test your controllers using get/post as well which is useful. I did not find that in the CakeTest TestSuite integrates with bake2 and can run from the command line as well. Although with a small change to test.php ( that cake uses) you can get that working from the command line as well. Not sure if someone has found a way to test controllers with get/post in CakeTest On Apr 16, 5:49 am, "hydra12" <[EMAIL PROTECTED]> wrote: > I may be wrong, but I think it works like this: > > The cake testsuite (and cakebaker's) are wrappers for simpletest. > Simpletest is used as a vendor, and the testsuite 'cake-ifies' it. > (Is that a word? Probably not . . .) Anyway, simpletest is doing the > actual testing, but the test suite makes everything work in a cakey > way (loading models, controllers, etc). > > I hope that helps. Somebody please correct me if I'm wrong. > > hydra12 > > On Apr 16, 5:37 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > whats the relationship between CakePHP 1.2 test suite N SimpleTest? > > > is test suite new feature of the 1.2 ? and does test suite just use > > SimpleTest as fundamental? > > and when you download and put SimpleTest in right place ,it enable the > > test suite?? > > > and when use bake.php ,it seems like it output test for SimpleTest not > > cakephp test suite .but why ? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
