The test tables are created only when you run the tests, after it finished the tables are deleted. The tables are created from fixtures.
On Tue, Dec 28, 2010 at 10:02 AM, John Maxim <[email protected]> wrote: > Hi, > > I forgot to create the database for $test, so the test suite tables > were populated into my $default database. I dropped all the tables in > phpMyAdmin and removed simpletest folder from my *app/vendors. I > thought by replacing a new one (simpletest) unzipping in *app/vendors > after creating my $test database would populate all the new test suite > tables into my test database--but there is not a single table. Weird > is I can still check the test case in localhost/MyAppName/test.php > > Where are the tables ? What should I do to re-install ? > > Check out the new CakePHP Questions site http://cakeqs.org and help others > with their CakePHP related questions. > > 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]<cake-php%[email protected]>For > more options, visit this group at > http://groups.google.com/group/cake-php?hl=en > -- Vivi http://photos.vr-3d.net Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
