mirror of
https://github.com/doctrine/data-fixtures.git
synced 2026-03-23 22:32:13 +01:00
5fd2b826db9ffc4ba02f295be2780c86baf7beb9
Updates the requirements on [doctrine/coding-standard](https://github.com/doctrine/coding-standard) to permit the latest version. - [Release notes](https://github.com/doctrine/coding-standard/releases) - [Commits](https://github.com/doctrine/coding-standard/compare/13.0.0...14.0.0) --- updated-dependencies: - dependency-name: doctrine/coding-standard dependency-version: 14.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
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%