One of my model methods takes an sfUser as a parameter so I need to create and user an sfUser in my unit testing. What is the best way of doing this? I've copied some of the code out of the symfony's unit test for sfUser, but I can't get it to work properly. I get an error saying
Fatal error: Uncaught exception 'sfException' with message 'Call to undefined method sfUser::getTable.' in /srv/symfony/branches/1.2/lib/ user/sfUser.class.php:287 Any help would be appreciated. -- Stephen Ostrow <[email protected]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
