tophfr/phpunit

By tophfr

Updated about 6 years ago

Docker image for PHPUnit, The PHP Testing Framework

Image
1

183

Docker image for PHPUnit

Cf. https://phpunit.readthedocs.io/

How to use it

docker run --rm -it -v "$PWD:$PWD" -w "$PWD" -u "$(id -u):$(id -g)" tophfr/phpunit

or, if you need code coverage analysis:

docker run --rm -it -v "$PWD:$PWD" -w "$PWD" -u "$(id -u):$(id -g)" -e XDEBUG=On tophfr/phpunit

Docker Pull Command

docker pull tophfr/phpunit