Fixture
Table of Contents
Interfaces
- FixtureStrategyInterface
- Base interface for strategies used to manage fixtures for TestCase.
Classes
- FixtureHelper
- Helper for managing fixtures.
- FixtureInjector
- Test listener used to inject a fixture manager in all tests that
are composed inside a Test Suite
- FixtureManager
- A factory class to manage the life cycle of test fixtures
- PHPUnitExtension
- PHPUnit extension to integrate CakePHP's data-only fixtures.
- SchemaLoader
- Create test database schema from one or more SQL dump files.
- TestFixture
- Cake TestFixture is responsible for building and destroying tables to be used
during testing.
- TransactionStrategy
- Fixture strategy that wraps fixtures in a transaction that is rolled back
after each test.
- TruncateStrategy
- Fixture strategy that truncates all fixture ables at the end of test.