Re: Problem with fixtures and test data

2009-09-20 Thread Jules
Found a solution; http://www.sitepoint.com/forums/showthread.php?p=4381257 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe

Re: Problem with fixtures and test data

2009-09-17 Thread Jules
Anybody? Pretty please? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to cake-php+unsubscr.

Problem with fixtures and test data

2009-09-15 Thread Jules
Hi, I've got a problem with a unit test retrieving REAL data, where I need to be using fixture data. I'll explain by way of example. - Model Widgets has a method abc(). - Widget->abc() retrieves data from another model, Shapes. The 2 models are NOT joined by any table relationships. The Shap