I'm having a problem with the Cake Test Suite throwing errors about HABTM join tables not being found. I've successfully recreated the problem on a much smaller scale.
I've created a very basic 3 table database: posts (id, name) posts_tags (post_id, tag_id) tags (id, name) I've baked each model without incident. When I go to test.php and try to run the post.test.php test that was generated for me, it gives me this error: Error: Database table posts_tags for model PostsTag was not found. I'm using a default AND test db connection. Cake 1.2 rc3 CakePHP Test Suite v 1.2.0.0 SimpleTest v1.0.1 Keep in mind that I have not touched any of these files. They are all freshly baked out the oven. Any ideas? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
