DataFixtures
Namespaces
- Event
- Exception
- Executor
- Purger
- Sorter
Interfaces, Classes, Traits and Enums
- DependentFixtureInterface
- DependentFixtureInterface needs to be implemented by fixtures which depend on other fixtures
- FixtureInterface
- Interface contract for fixture classes to implement.
- OrderedFixtureInterface
- Ordered Fixture interface needs to be implemented
by fixtures, which needs to have a specific order
when being loaded by directory scan for example
- SharedFixtureInterface
- Shared Fixture interface needs to be implemented
by fixtures, which needs some references to be shared
among other fixture classes in order to maintain
relation mapping
- AbstractFixture
- Abstract Fixture class helps to manage references
between fixture classes in order to set relations
among other fixtures
- Loader
- Class responsible for loading data fixture classes.
- ProxyReferenceRepository
- Proxy reference repository
- ReferenceRepository
- ReferenceRepository class manages references for
fixtures in order to easily support the relations
between fixtures