phpunit-docker icon indicating copy to clipboard operation
phpunit-docker copied to clipboard

DEPRECATED :package: Docker image to use PHPUnit as CLI.

Results 15 phpunit-docker issues
Sort by recently updated
recently updated
newest added

I get this error: Error: Call to undefined function ldap_connect() Could you add the ldap extension please? Thanks!

I would like to purpose a tagging paradigm here. `php7.1-phpunit6.5` `php7.0-phpunit6.5` `php7.1-phpunit5.7` `php7.0-phpunit5.7` `php5.6-phpunit5.7` This way we can match all major and minor versions of php to all compatible major...

The official docker image for PHPUnit is missing 6.1 through 6.4. It seems to me that it would be ideal to support all versions of PHPUnit to make it more...

Currently there is no support for older versions of PHP. I would suspect it would be useful to have versions for PHP 5.x (all minors involved) as well as PHP...

Hi @JulienBreux ! This is me again. First of all, I am curious to know how to deal with missing php extensions in this image? Are we supposed to install...