Hi there,

I've created Unit Tests using the ModelTestCase, which connects to the DB. In the trait I see populateTable() function, however this connects to Fixtures and not my Models.

Alternatevely I would want to use DBUnit instead. How do I do this?

Thanks so much, Maarten