refs #377. Edit readme

pull/5/head
Manuel Aranda Rosales 2024-05-27 11:35:46 +02:00
parent c76d0e4c74
commit e3664f4fd0
1 changed files with 8 additions and 0 deletions

View File

@ -61,3 +61,11 @@ docker exec ogcore-php php bin/consoledoctrine:migrations:migrate --no-interacti
```sh
docker exec ogcore-php php bin/console doctrine:fixtures:load --no-interaction
```
## Test
Para ejecutar los test, ejecutamos el siguiente comando:
```sh
docker compose exec php bin/phpunit
```