refs #377. Edit readme
parent
c76d0e4c74
commit
e3664f4fd0
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue