Base interface for strategies used to manage fixtures for TestCase.
Helper for managing fixtures.
Test listener used to inject a fixture manager in all tests that are composed inside a Test Suite
A factory class to manage the life cycle of test fixtures
PHPUnit extension to integrate CakePHP's data-only 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 truncates all fixture ables at the end of test.