Files
Chamilo/vendor/doctrine/data-fixtures/README.md
2025-04-10 12:24:57 +02:00

22 lines
763 B
Markdown

# Doctrine Data Fixtures Extension
[![Build Status](https://github.com/doctrine/data-fixtures/workflows/Continuous%20Integration/badge.svg)](https://github.com/doctrine/data-fixtures/actions)
This extension aims to provide a simple way to manage and execute the loading of data fixtures
for the [Doctrine ORM or ODM](http://www.doctrine-project.org/).
## More resources:
* [Website](http://www.doctrine-project.org)
* [Documentation](https://www.doctrine-project.org/projects/doctrine-data-fixtures/en/latest/index.html)
## 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**