Re: Web tests using fixtures: Finally got them working!

2011-02-24 Thread Joshua Muheim
I have updated my solution, it's available as a library now that can be used without big hassles. See here... - Why web tests using the development database are a bad thing: http://josh.ch/wordpress/?p=8 - Finally: use fixtures with your CakePHP web tests!: http://josh.ch/wordpress/?p=71 I hope s

Re: Web tests using fixtures: Finally got them working!

2010-10-14 Thread Joshua Muheim
OK, I slightly updated the post and corrected the download link. Please, give it a try! :-) On Thu, Oct 14, 2010 at 10:31 AM, Joshua Muheim wrote: > Thanks for your reply, David. > > On Thu, Oct 14, 2010 at 10:30 AM, dtemes wrote: >> Thanks for sharing! >> >> check the link to the source code, i

Re: Web tests using fixtures: Finally got them working!

2010-10-14 Thread Joshua Muheim
Thanks for your reply, David. On Thu, Oct 14, 2010 at 10:30 AM, dtemes wrote: > Thanks for sharing! > > check the link to the source code, it's not working for me. I'll take a look at it. > I have not > seen the code, but you mention that you have just copy and pasted the > fixtures code into y

Re: Web tests using fixtures: Finally got them working!

2010-10-14 Thread dtemes
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

Re: Web tests using fixtures: Finally got them working!

2010-10-13 Thread psybear83
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 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

Web tests using fixtures: Finally got them working!

2010-10-13 Thread psybear83
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-sk