diff --git a/tests/Makefile b/tests/Makefile index d4e72b8..352a9ab 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -6,3 +6,6 @@ test: run: docker run --rm --interactive --tty --volume $(PWD):/app -w /app --add-host=host.docker.internal:host-gateway php:morphos bash + +php: + docker run --rm --interactive --tty --volume $(PWD):/app -w /app --add-host=host.docker.internal:host-gateway php:morphos php -a