Hi,

I'd like to be able to unit test my code in it's own test database with limited test data. No data is supposed to persist between tests so I'd like to reset the test database to a known state between each test. I also export my schema as the structure changes between versions. In order to make sure that this will be created properly from within a script, (e.g. a set-up wizard), I want to create my test database schema from the exported file at the beginning of each test, and then destroy it at the end of each test. Therefore using phpMyAdmin is not what I'm after.

Cheers,

Psychie

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to