Install phpunit with composer:
$ composer require phpunit/phpunit
Run the container:
$ docker run --rm -v $PWD:/src jaschweder/phpunit
FROM jaschweder/phpunit
COPY . /src
CMD ['./vendor/bin/phpunit']
You are welcome, go to the repository on Github
Found a bug or some secure problem ? please, open an issue or send a e-mail to the author
Created and maintained by Jonathan A. Schweder [email protected]
Content type
Image
Digest
Size
204.2 MB
Last updated
over 9 years ago
docker pull jaschweder/phpunit:7.0