Search code examples
mysqldatabasecakephpresetsimpletest

CakePHP and Simpletest: Reset database data after each test is run?


Is there a way to reset my database in between when tests run? Maybe something with test grouping? I need to load the same data for each test. Is there someway to automatically do this between each test? Thanks


Solution

  • use fixtures