JulienBreux / phpunit-docker

DEPRECATED :package: Docker image to use PHPUnit as CLI.
https://hub.docker.com/r/phpunit/phpunit/
MIT License
47 stars 28 forks source link

Add support for php7 #21

Closed agiuliano closed 9 years ago

agiuliano commented 9 years ago

The container run on top of php 5.6. Php7 is going to be released, it could be very useful to have phpunit on top of php7.

agiuliano commented 9 years ago

In composer/composer they add a branch for php7, this PR (#22 ) make it possible to run on composer/composer:php7 Maybe should be merged into a php7 branch

JulienBreux commented 9 years ago

@agiuliano Great! I prepare a new master!