Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 438 Bytes

File metadata and controls

21 lines (11 loc) · 438 Bytes

Docker image for PhpUnit

Usage

To launch the PhpUnit into the container, run:

docker run --rm --user $(id -u):$(id -g) --volume $(pwd):/data/www nicodocker91/phpunit <options> ${ROOT_FOLDER}

Volumes

The only volume available to mount is /data.

The entrypoint is /data/www.

Options

Run the following command to read all options available:

docker run --rm nicodocker91/phpunit --help