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 Howland
http://greenprogrammer.blogspot.com
http://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
-~----------~----~----~----~------~----~------~--~---