Thanks for sharing! check the link to the source code, it's not working for me. I have not seen the code, but you mention that you have just copy and pasted the fixtures code into your CakeWebTestCaseWithFixtures class. Instead of doing that you can instantiate a CakeTestCase inside your class and create some wrapper methods that call the corresponding methods of the CakeTestCase instance.
Regards David On 14 oct, 08:35, psybear83 <[email protected]> wrote: > Yeah, it was quite late that day... So finally here's the link to my > blog post... ;-) > > http://josh.ch/wordpress/?p=8 > > On Oct 13, 6:13 pm, psybear83 <[email protected]> wrote: > > > Hi everybody > > > After long days of hard work I finally got web tests running using > > fixtures. I wrote a blog post about this (my first post in my first > > blog ever!), so if you're interested please take a look at it. > > > Any good advice is welcome (whether it's about my not-so-very- > > experienced blogging-skills or about the article itself). > > > Thanks and I hope, this helps some of you :-) > > Josh Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
