diff --git a/README.md b/README.md index 7f9feaf..385f4db 100644 --- a/README.md +++ b/README.md @@ -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 +```