We have unit tests for the sfFillIn class but no functional tests for the sfFillInFilter (yet).
Fabien Hartym wrote: > I'm using PHP 5.0.4 on this project. > > actually, i am case sensitive so i never really tryed wrongly-cased vars > or functions, but there i realised var names actually are, strange that > it passed the tests, is there some for the filters? > > 2006/11/14, Colin Williams <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>>: > > Function and method names are cases-insensitive. Variable names > themselves are case-sensitive: > http://www.php.net/manual/en/language.variables.php (End of the > first line) > > :-) > --Colin > > On 11/13/06, *Fabien POTENCIER* < > [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > wrote: > > > fixed in r2668. It is weird because PHP is not case sensitive... > Do you > use php 5.2? > > Thanks, > Fabien > > Hartym wrote: > > The line 34 of SF_LIB_DIR/filter/sfFillInFormFilter.class.php is > > $fillInform->addConverter..... > > and should read > > $fillInForm->addConverter..... > > > > I don't know if your php distro is case insensitive but mine > throws a > > fatal error as soon as a Converter is present. > > > > -- > > > > Best regards > > > > Romain > > > > > -- > A common mistake that people make when trying to design > something completely foolproof is to underestimate the ingenuity > of complete fools. > > > > > -- > > Best regards > > Romain > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" 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/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
