How are your fixtures setup? Are you using imports? Are you initializing your models in setup() or startTest()? Are you using ClassRegistry::init() or are you use new Model()?
-Mark On Dec 10, 2:33 pm, "Ed Howland" <[EMAIL PROTECTED]> wrote: > Hi, > > I've got simpletest installed but now I am having problems with the test DB. > > I had to change the name of the variable to $test_suite from $test. > After that I could see the create table statements. > > Here is my setup: > > var $test_suite = array( > 'driver' => 'mysql', > 'persistent' => false, > 'host' => 'localhost', > 'login' => 'eddie', > 'password' => 'eddie', > 'database' => 'bph_test', > 'prefix' => '', > ); > > But now every test reports > Error: Database table forms for model Form was not found. The rest of > the test aborts. > > Any idea what I am doing wrong? > > Thanks, > Ed > > -- > Ed Howlandhttp://greenprogrammer.blogspot.comhttp://twitter.com/ed_howland --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
