Actualización

This commit is contained in:
Xes
2025-04-10 12:24:57 +02:00
parent 8969cc929d
commit 45420b6f0d
39760 changed files with 4303286 additions and 0 deletions

21
vendor/doctrine/data-fixtures/README.md vendored Normal file
View File

@@ -0,0 +1,21 @@
# 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**