mirror of
https://github.com/doctrine/data-fixtures.git
synced 2026-03-23 22:32:13 +01:00
d6537fbc4f40fd17a7c5a2a83723e20d1a30b5f7
@group legacy is intended for symfony/phpunit-bridge, which we don't use here.
Doctrine Data Fixtures Extension
This extension aims to provide a simple way to manage and execute the loading of data fixtures for the Doctrine ORM or ODM.
More resources:
Running the tests:
Phpunit is included in the dev requirements of this package.
To setup and run tests follow these steps:
- go to the root directory of data-fixtures
- run: composer install --dev
- run: vendor/bin/phpunit
Languages
PHP
100%