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

Docker Images to run tests under php 7.X, contains xdebug, phpunit, composer

Results 2 docker-phpunit-php7 issues
Sort by recently updated
recently updated
newest added

this pull request add a php 7.3 container with phpunit 7 (dockerfile adapted from 7.2)

# What I did When running phpunit, we may want may memory than the default one sometimes. Here is a patch to disable memory limit in php. # How I...