Docker image for PHPUnit, The PHP Testing Framework
1.5K
Cf. https://phpunit.readthedocs.io/
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
Content type
Image
Digest
Size
32.1 MB
Last updated
over 7 years ago
docker pull tophfr/phpunit