> > * @ Chris Hartjes* > Are you going to spearhead the effort to rewrite all the existing > tests to work with PHPUnit as well?
The syntax of asserts are almost same in two cases. Probably in Core Tests will change only the parent class, App Tests uses the CakeTestCase class. *@ Guillaume* If I remember well, PHPunit for PHP 4 is an old version not maintened > anymore. > For the moment, CakePHP is compatible with both PHP 4 and PHP 5... > So for now I guess SimpleTest is the way to go. Yes, PHPUnit is only for PHP 5.1.4+. But, I guess that CakePHP 2.0 will be compatible with PHP 5 and PHP 6. []'s On Thu, Apr 24, 2008 at 12:30 PM, the_woodsman <[EMAIL PROTECTED]> wrote: > > To my (limited) understanding, SimpleTest also has much better support > for mock objects. > > > I'm sure PHPUnit is better than SimpleTest! > > I'd be interested to hear why... > > > On Apr 24, 3:27 pm, Guillaume <[EMAIL PROTECTED]> wrote: > > If I remember well, PHPunit for PHP 4 is an old version not maintened > > anymore. > > For the moment, CakePHP is compatible with both PHP 4 and PHP 5... > > So for now I guess SimpleTest is the way to go. > > > > On 24 avr, 15:08, "Renan Gonçalves" <[EMAIL PROTECTED]> wrote: > > > > > Hi! > > > > > I have been created a ticket (https://trac.cakephp.org/ticket/4531) > > > proposing a change of CakePHP Test Suite. > > > I'm sure PHPUnit is better than SimpleTest! > > > > > Comments be welcome. > > > > > Thanks! > > > -- > > > Renan Gonçalves - Software Engineer > > > Cell Phone: +55 11 8633 6018 > > > MSN: [EMAIL PROTECTED] > > > São Paulo - SP/Brazil > > > -- Renan Gonçalves - Software Engineer Cell Phone: +55 11 8633 6018 MSN: [EMAIL PROTECTED] São Paulo - SP/Brazil --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
