4 lines
80 B
Batchfile
4 lines
80 B
Batchfile
|
@echo off
|
||
|
|
||
|
docker compose --profile testing run --rm -it testing bin/phpunit %*
|