I have a $test database config, into which I've loaded my production
database schema

When I do not load the fixtures, it operates on the $default database
config, adding test data to prod.  That's bad

When I load the test fixture via the CakeTestCase::fixtures array, it
deletes the tables it just used in the tests.  Why? I know I can set
CakeTestCase::dropTables = false, but it seems this would be the
default.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to