Fixtures are used to make database tables. If you are planning on using database sessions this will work well. However, as to making a Session Object. I'm not sure what you are trying to accomplish, if you need examples of testing Session Classes in Cake, there are many core tests for each of the various session classes.
-Mark On Jul 9, 11:28 am, neverlosty <[EMAIL PROTECTED]> wrote: > Hi guys, > > I'm a big fan of the test suite in 1.2 > Its really been a big help and I think I've gotten the hang of some of > it. > One issue I have is when it comes to testing sessions. > > Does anyone know if its possible to mock or fixturize the session > object? So that I can either setup/destroy the session and see how my > controllers react. > > Any input on this issue would be greatly appreciated. > > Regards, > Tony. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
