Is there any newer (automated) way of automatically loading fixtures in to a test database other than that listed on page 340 of the book?
I want to declare a test database (that will only be used by functional-tests) to store the data in a sqlite database (or in a different MySQL database to my dev database) and when I run test- functional have it recreate the database structure, import the test fixtures.yml (again, different to the dev fixtures.yml) and then run the tests. Is there an automated way of handling this now? If not, is one being worked on? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
