ok cool. Thanks for the tips guys. Much appreciated!
On Nov 14, 9:40 am, Howard Glynn <[EMAIL PROTECTED]> wrote:
> Try this
>
> http://debuggable.com/posts/testing-models-in-cakephp---now-let's-get...
>
> I posted some code Oct 14 (scroll down in the comments) that might help
> you. Testing does
Try this
http://debuggable.com/posts/testing-models-in-cakephp---now-let's-get-rid-of-the-unnecessary-modeltest-classes-!:4890ed55-be28-4d4a-ba4c-7fd64834cda3
I posted some code Oct 14 (scroll down in the comments) that might help
you. Testing does work (and works very well) but is particularly
Hey Matt, thanks for the reply. I had tried deleting the tables in the
test db before running the test again and still had the same problem.
Hm...Any other thoughts?
On Nov 14, 1:12 am, MattC <[EMAIL PROTECTED]> wrote:
> I get this all the time. Make sure there are no tables in your test
> DB be
I get this all the time. Make sure there are no tables in your test
DB before you start the tests.
-Matt
www.pseudocoder.com
On Nov 13, 3:44 pm, validkeys <[EMAIL PROTECTED]> wrote:
> I continue to have issues with Simple Test. I am using the latest
> Trunk SVN of cake. I started my app a week
I continue to have issues with Simple Test. I am using the latest
Trunk SVN of cake. I started my app a week ago with everything but the
bare necessities stripped away (most fields and most relationships). I
used the bake script to bake everything including the test cases and
fixtures. Since then