5 lines
80 B
Makefile
5 lines
80 B
Makefile
tests:
|
|
docker-compose exec app /app/bin/phpunit -c /app ${ARGS}
|
|
|
|
.PHONY: tests
|