liip/test-fixtures-bundle
This bundles enables efficient loading of Doctrine fixtures in functional test-cases for Symfony applications
Package info
github.com/liip/LiipTestFixturesBundle
Type:symfony-bundle
pkg:composer/liip/test-fixtures-bundle
3.9.0
2026-03-26 18:01 UTC
Requires
- php: ^8.1
- doctrine/persistence: ^1.3.3 || ^2.0 || ^3.0 || ^4.0
- symfony/deprecation-contracts: ^2.1 || ^3.0
- symfony/event-dispatcher: ^5.4 || ^6.3 || ^7.0 || ^8.0
- symfony/event-dispatcher-contracts: ^1 || ^2 || ^3
- symfony/framework-bundle: ^5.4 || ^6.3 || ^7.0 || ^8.0
- symfony/yaml: ^5.4 || ^6.3 || ^7.0 || ^8.0
Requires (Dev)
- doctrine/data-fixtures: ^1.7 || ^2.0.1
- doctrine/doctrine-bundle: ^2.11 || ^3.1.0
- doctrine/doctrine-fixtures-bundle: ^3.5.1 || ^4.0
- doctrine/mongodb-odm: ^2.5
- doctrine/mongodb-odm-bundle: ^4.4 || ^5.0
- doctrine/orm: ^2.14 || ^3.1.0
- monolog/monolog: ^1.25.1 || ^2.0 || ^3.0
- phpunit/phpunit: ^10.5.11 || ^11.0.4 || ^12.0.0
- symfony/doctrine-bridge: ^5.4 || ^6.3 || ^7.0 || ^8.0
- symfony/monolog-bridge: ^5.4 || ^6.3 || ^7.0 || ^8.0
- symfony/monolog-bundle: ^3.2
- theofidry/alice-data-fixtures: ^1.5.2
Suggests
- doctrine/dbal: Required when using the fixture loading functionality with an ORM and SQLite
- doctrine/doctrine-fixtures-bundle: Required when using the fixture loading functionality
- doctrine/orm: Required when using the fixture loading functionality with an ORM and SQLite
- hautelook/alice-bundle: Required when using loadFixtureFiles functionality with custom providers
- theofidry/alice-data-fixtures: Required when using loadFixtureFiles functionality
Provides
None
Conflicts
- doctrine/annotations: <1.13.1 || >=3.0
- doctrine/dbal: <2.13.1 || ~3.0.0 || >=5.0
- doctrine/mongodb-odm: <2.2 || >=3.0
- doctrine/orm: <2.14 || >=4.0
Replaces
None
This package is auto-updated.
Last update: 2026-05-26 18:23:04 UTC
README
👁 CI
👁 Latest Stable Version
👁 Latest Unstable Version
Introduction
This Bundle provides base classes for functional tests to assist in setting up test-databases and loading fixtures.
Versions
| Version | Status | Requirements |
|---|---|---|
| 3.x | Current version, for new features | PHP >= 8.1, Symfony >= 5.4 |
| 2.x | Previous version, no new features | PHP >= 7.4, Symfony >= 5.4 |
