Sign inSign up

jaschweder/phpunit

By jaschweder

Updated over 9 years ago

Image to run PHPUnit test's

Image
1

743

jaschweder/phpunit repository overview

PHPUnit

Build Status Docker pull Docker pull Github issues License

Supported tags
  • 5.4
  • 5.5
  • 5.6
  • 7.0
  • 7.1
How to use this image
Most simple use:

Install phpunit with composer:

$ composer require phpunit/phpunit

Run the container:

$ docker run --rm -v $PWD:/src jaschweder/phpunit
From Dockerfile
FROM jaschweder/phpunit
COPY . /src
CMD ['./vendor/bin/phpunit']
How to contribute

You are welcome, go to the repository on Github

Bugs

Found a bug or some secure problem ? please, open an issue or send a e-mail to the author

Author

Created and maintained by Jonathan A. Schweder [email protected]

Tag summary

Content type

Image

Digest

Size

204.2 MB

Last updated

over 9 years ago

docker pull jaschweder/phpunit:7.0