Base interface for strategies used to manage fixtures for TestCase.
Helper for managing fixtures.
Create test database schema from one or more SQL dump files.
Cake TestFixture is responsible for building and destroying tables to be used during testing.
Fixture strategy that wraps fixtures in a transaction that is rolled back after each test.
Fixture strategy that wraps fixtures in a transaction that is rolled back after each test.
Fixture strategy that truncates all fixture ables at the end of test.
Fixture strategy that truncates all fixture ables at the end of test.