Set of exercises to work with different test doubles :)
# Construir la imagen
docker build -t user-login-module-php .
# Entrar al contenedor
# Al entrar, si no existe vendor/, se instala automáticamente
docker run -it -v "$(pwd)":/app user-login-module-php bash
# Ejecutar los tests dentro del contenedor
vendor/bin/phpunitcomposer install
vendor/bin/phpunit